Skip to content

Commit f020665

Browse files
committed
Disable fail-fast
1 parent 5914ad6 commit f020665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 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

@@ -45,6 +46,7 @@ jobs:
4546
shell: powershell
4647

4748
strategy:
49+
fail-fast: false
4850
matrix:
4951
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5052

0 commit comments

Comments
 (0)