fix problem of outdated colorama

This commit is contained in:
scito
2023-01-01 01:22:06 +01:00
parent 91b9b3671c
commit 13fcdcd022
6 changed files with 8 additions and 10 deletions

View File

@@ -34,8 +34,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
pip install -U -r requirements-dev.txt
pip install -U .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names

View File

@@ -27,10 +27,8 @@ jobs:
run: |
sudo apt-get install -y libzbar0
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -e .
# TODO find problem of missing colorama
pip install colorama
pip install -U -r requirements-dev.txt
pip install -U .
pytest
- name: Set up QEMU