Skip to content

Commit 35468c1

Browse files
committed
Do not fail-fast
Let other python versions run test to completion even if one errors out
1 parent f123c21 commit 35468c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2021

0 commit comments

Comments
 (0)