ci: add missing colorama

This commit is contained in:
scito
2023-01-01 01:02:39 +01:00
parent be6b9c8a7c
commit 91b9b3671c

View File

@@ -29,6 +29,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -e .
# TODO find problem of missing colorama
pip install colorama
pytest
- name: Set up QEMU