Skip to content

Commit 1855c20

Browse files
authored
[FIX] removed debug
1 parent 4a8769b commit 1855c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 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.10" ]# [ "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:
@@ -60,5 +60,4 @@ jobs:
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)