Skip to content

Commit 584c568

Browse files
committed
Temporarily avoid fail-fast
1 parent 01da135 commit 584c568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@ jobs:
12241224
- build-src
12251225
- pre-setup # transitive, for accessing settings
12261226
strategy:
1227+
fail-fast: false
12271228
matrix:
12281229
python-version:
12291230
- "3.12"
@@ -1260,6 +1261,7 @@ jobs:
12601261
- build-src
12611262
- pre-setup # transitive, for accessing settings
12621263
strategy:
1264+
fail-fast: false
12631265
matrix:
12641266
python-version:
12651267
- "3.12"

0 commit comments

Comments
 (0)