We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b25773 commit 127d403Copy full SHA for 127d403
.github/workflows/conda-package.yml
@@ -77,7 +77,7 @@ jobs:
77
78
strategy:
79
matrix:
80
- python: ['3.9', '3.10', '3.11', '3.12']
+ python: ['3.9', '3.10', '3.11']
81
env:
82
conda-bld: C:\Miniconda\conda-bld\win-64\
83
steps:
@@ -220,7 +220,7 @@ jobs:
220
shell: cmd /C CALL {0}
221
222
223
224
experimental: [false]
225
runner: [windows-2019]
226
continue-on-error: ${{ matrix.experimental }}
@@ -386,7 +386,7 @@ jobs:
386
runs-on: windows-2019
387
388
389
390
391
- name: Download artifact
392
uses: actions/download-artifact@v4
0 commit comments