We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fail-fast
false
1 parent bc412d2 commit 9a05879Copy full SHA for 9a05879
.github/workflows/test-suite.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: "${{ matrix.os }}"
14
timeout-minutes: 30
15
strategy:
16
+ fail-fast: false
17
matrix:
18
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19
os: [windows-latest, ubuntu-latest, macos-latest]
0 commit comments