Skip to content

Commit fc1b785

Browse files
Merge pull request #11 from hz-b/PierreSchnizer-patch-1
[Chk] flake not making errors:
2 parents 70dea72 + 1855c20 commit fc1b785

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: False
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11"]
19+
python-version: ["3.9", "3.10", "3.11"]
2020
numpy-version: [ "numpy<2.0" , "numpy>=2.0" ]
2121

2222
steps:
@@ -55,10 +55,9 @@ jobs:
5555
- name: Lint with flake8
5656
run: |
5757
# stop the build if there are Python syntax errors or undefined names
58-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
58+
flake8 . --count --exit-zero --select=E9,F63,F7,F82 --show-source --statistics
5959
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
6060
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
6161
- name: Test with pytest
6262
run: |
63-
find . -type f
6463
(cd tests && python -m pytest --log-cli-level INFO)

0 commit comments

Comments
 (0)