Skip to content

Commit 59065e4

Browse files
committed
update github actions: remove test
1 parent 0cd517b commit 59065e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@ jobs:
2727
# stop the build if there are Python syntax errors or undefined names
2828
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2929
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
30-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31-
- name: Test with pytest
32-
run: |
33-
pip install pytest
34-
pytest
30+
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=100 --statistics

0 commit comments

Comments
 (0)