Skip to content

Commit 3363cf2

Browse files
committed
Remove setting continue-on-error option since no matrix.experimental available now
1 parent 4f56a57 commit 3363cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
numpy: "2.3"
134134
- python: "3.13"
135135
numpy: "2.3"
136-
continue-on-error: ${{ matrix.experimental }}
136+
137137
env:
138138
CHANNELS: -c conda-forge --override-channels
139139

@@ -206,7 +206,7 @@ jobs:
206206
numpy: "2.3"
207207
- python: "3.13"
208208
numpy: "2.3"
209-
continue-on-error: ${{ matrix.experimental }}
209+
210210
env:
211211
CHANNELS: -c conda-forge --override-channels
212212

0 commit comments

Comments
 (0)