ci: try to avoid random test failures

This commit is contained in:
scito
2022-12-30 18:09:25 +01:00
parent 63f5ab37c4
commit c84ca46861

View File

@@ -36,8 +36,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install .
pip install flake8 pytest pytest-mock pytest-cov mypy types-protobuf
pip install --use-pep517 -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names