Skip to content

Commit 5cdd2f0

Browse files
committed
fix missing parts of build/test matrices
1 parent 78ff5c9 commit 5cdd2f0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ jobs:
183183
include:
184184
- python: '3.14'
185185
python_spec: '3.14.* *_cp314'
186+
experimental: false
187+
runner: ubuntu-22.04
186188
experimental: [false]
187189
runner: [ubuntu-22.04]
188190
continue-on-error: ${{ matrix.experimental }}
@@ -291,6 +293,8 @@ jobs:
291293
include:
292294
- python: '3.14'
293295
python_spec: '3.14.* *_cp314'
296+
experimental: false
297+
runner: windows-latest
294298
experimental: [false]
295299
runner: [windows-latest]
296300
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)