File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 62
62
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
63
63
64
64
build_windows :
65
- runs-on : windows-2019
65
+ runs-on : windows-latest
66
66
67
67
strategy :
68
68
matrix :
92
92
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
93
93
- name : Install conda-build
94
94
run : conda install conda-build
95
+ - name : Setup MSVC
96
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
95
97
- name : Build conda package
96
98
run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe-cf
97
99
- name : Upload artifact
@@ -177,7 +179,7 @@ jobs:
177
179
python : ["3.9", "3.10", "3.11", "3.12"]
178
180
numpy : ["1.26*", "2*"]
179
181
experimental : [false]
180
- runner : [windows-2019 ]
182
+ runner : [windows-latest ]
181
183
continue-on-error : ${{ matrix.experimental }}
182
184
env :
183
185
CHANNELS : -c conda-forge --override-channels
Original file line number Diff line number Diff line change 62
62
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
63
63
64
64
build_windows :
65
- runs-on : windows-2019
65
+ runs-on : windows-latest
66
66
67
67
strategy :
68
68
matrix :
92
92
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
93
93
- name : Install conda-build
94
94
run : conda install conda-build
95
+ - name : Setup MSVC
96
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
95
97
- name : Build conda package
96
98
run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
97
99
- name : Upload artifact
@@ -177,7 +179,7 @@ jobs:
177
179
python : ["3.9", "3.10", "3.11", "3.12"]
178
180
numpy : ['1.26*']
179
181
experimental : [false]
180
- runner : [windows-2019 ]
182
+ runner : [windows-latest ]
181
183
continue-on-error : ${{ matrix.experimental }}
182
184
env :
183
185
CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
You can’t perform that action at this time.
0 commit comments