We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2607a3 commit 72e7081Copy full SHA for 72e7081
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ${{ matrix.os }}-latest
39
continue-on-error: ${{ matrix.experimental }}
40
strategy:
41
- fail-fast: true
+ fail-fast: false
42
matrix:
43
os: [ 'Ubuntu', 'MacOS', 'Windows' ]
44
python-version: [ '3.11', '3.12', '3.13', '3.14' ]
0 commit comments