File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,12 @@ jobs:
157
157
restore-keys : |
158
158
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
159
159
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
160
+
160
161
- name : Build conda package with NumPy 2.0
161
- run : conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe-cf
162
+ run : |
163
+ conda activate
164
+ conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe-cf
165
+
162
166
- name : Upload artifact
163
167
uses : actions/upload-artifact@v4
164
168
with :
Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ jobs:
128
128
env :
129
129
conda-bld : C:\Miniconda\conda-bld\win-64\
130
130
steps :
131
- - uses : actions/checkout@v4
131
+ - uses : actions/checkout@v4.2.0
132
132
with :
133
133
fetch-depth : 0
134
134
- uses : conda-incubator/setup-miniconda@v3
135
135
with :
136
136
miniforge-version : latest
137
137
activate-environment : build
138
138
python-version : ${{ matrix.python }}
139
- channels : conda-forge,nodefaults
139
+ channels : conda-forge
140
140
141
141
- name : Remove defaults channel
142
142
run : conda config --remove channels defaults
@@ -157,8 +157,12 @@ jobs:
157
157
restore-keys : |
158
158
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
159
159
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
160
+
160
161
- name : Build conda package
161
- run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
162
+ run : |
163
+ conda activate
164
+ conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
165
+
162
166
- name : Upload artifact
163
167
uses : actions/upload-artifact@v4
164
168
with :
You can’t perform that action at this time.
0 commit comments