We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4217f77 commit 498fc38Copy full SHA for 498fc38
.github/workflows/test.yml
@@ -48,14 +48,6 @@ jobs:
48
if: steps.cache.outputs.cache-hit == 'true'
49
run: timeout 10s poetry run pip --version || rm -rf .venv
50
- name: Install dependencies
51
- run: |
52
- poetry install
53
- poetry run pip install flake8
54
- - name: Lint
55
56
- # stop the build if there are Python syntax errors or undefined names
57
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
58
- # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
59
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ run: poetry install
60
- name: Run tests
61
run: poetry run pytest
0 commit comments