Skip to content

Commit 65ecd8d

Browse files
committed
fix missing parts of build/test matrices
1 parent 0a846ef commit 65ecd8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ jobs:
182182
include:
183183
- python: '3.14'
184184
python_spec: '3.14.* *_cp314'
185+
experimental: false
186+
runner: ubuntu-22.04
185187
experimental: [false]
186188
runner: [ubuntu-22.04]
187189
continue-on-error: ${{ matrix.experimental }}
@@ -290,6 +292,8 @@ jobs:
290292
include:
291293
- python: '3.14'
292294
python_spec: '3.14.* *_cp314'
295+
experimental: false
296+
runner: windows-latest
293297
experimental: [false]
294298
runner: [windows-latest]
295299
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)