Skip to content

Commit 498fc38

Browse files
authored
Update test.yml
1 parent 4217f77 commit 498fc38

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
if: steps.cache.outputs.cache-hit == 'true'
4949
run: timeout 10s poetry run pip --version || rm -rf .venv
5050
- name: Install dependencies
51-
run: |
52-
poetry install
53-
poetry run pip install flake8
54-
- name: Lint
55-
run: |
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
51+
run: poetry install
6052
- name: Run tests
6153
run: poetry run pytest

0 commit comments

Comments
 (0)