File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
$TEST \
53
53
$VERSIONS \
54
54
$CHANNELS \
55
- conda-recipe-cf
55
+ conda-recipe
56
56
57
57
- name : Upload artifact
58
58
@@ -145,6 +145,7 @@ jobs:
145
145
miniforge-version : latest
146
146
activate-environment : build
147
147
channels : conda-forge
148
+ conda-remove-defaults : true
148
149
python-version : ${{ matrix.python }}
149
150
150
151
- name : Cache conda packages
@@ -173,7 +174,7 @@ jobs:
173
174
- name : Build conda package
174
175
run : |
175
176
conda activate
176
- conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
177
+ conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
177
178
178
179
- name : Upload artifact
179
180
@@ -208,7 +209,8 @@ jobs:
208
209
miniforge-variant : Miniforge3
209
210
miniforge-version : latest
210
211
activate-environment : mkl_umath_test
211
- channels : conda-forge,nodefaults
212
+ channels : conda-forge
213
+ conda-remove-defaults : true
212
214
python-version : ${{ matrix.python }}
213
215
214
216
- name : Install conda-index
You can’t perform that action at this time.
0 commit comments