Skip to content

Commit 23d6241

Browse files
committed
Removed fail-fast from matrix options in workflow
1 parent 058a971 commit 23d6241

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
contents: read
2323
packages: write
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
include:
2728
- python_version: "3.9"
@@ -113,6 +114,7 @@ jobs:
113114
contents: read
114115
packages: write
115116
strategy:
117+
fail-fast: false
116118
matrix:
117119
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
118120
steps:
@@ -195,6 +197,7 @@ jobs:
195197
permissions:
196198
contents: read
197199
strategy:
200+
fail-fast: false
198201
matrix:
199202
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
200203
steps:

0 commit comments

Comments
 (0)