Skip to content

Commit 467eb99

Browse files
fail-fast
1 parent 903d6d9 commit 467eb99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
# the versions for which we require the CI to pass on PRs can
2222
# be updated in the repo settings (branch rules)
2323
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
24+
fail-fast: false # run for all versions even if one of them fails
2425
with:
2526
python-version: ${{ matrix.version }}

0 commit comments

Comments
 (0)