ci: revert try out changes

cv2_1
scito 1 year ago
parent 26e4632f90
commit 5eed47364e

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

Loading…
Cancel
Save