ci: try to avoid random test failures

cv2_1
scito 1 year ago
parent 63f5ab37c4
commit c84ca46861

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

Loading…
Cancel
Save