We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edaf15 commit 9e76dd2Copy full SHA for 9e76dd2
.github/workflows/run-pytest.yml
@@ -8,6 +8,7 @@ jobs:
8
build-all:
9
runs-on: ubuntu-latest
10
strategy:
11
+ fail-fast: false
12
matrix:
13
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
14
numpy-version: ['>=1.21,<2.0', '>=2.0']
0 commit comments