Skip to content

Commit 9e76dd2

Browse files
Disable fail-fast
1 parent 9edaf15 commit 9e76dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build-all:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1314
numpy-version: ['>=1.21,<2.0', '>=2.0']

0 commit comments

Comments
 (0)