File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5252 $TEST \
5353 $VERSIONS \
5454 $CHANNELS \
55- conda-recipe-cf
55+ conda-recipe
5656
5757 - name : Upload artifact
5858@@ -145,6 +145,7 @@ jobs:
145145 miniforge-version : latest
146146 activate-environment : build
147147 channels : conda-forge
148+ conda-remove-defaults : true
148149 python-version : ${{ matrix.python }}
149150
150151 - name : Cache conda packages
@@ -173,7 +174,7 @@ jobs:
173174 - name : Build conda package
174175 run : |
175176 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
177178
178179 - name : Upload artifact
179180@@ -208,7 +209,8 @@ jobs:
208209 miniforge-variant : Miniforge3
209210 miniforge-version : latest
210211 activate-environment : mkl_umath_test
211- channels : conda-forge,nodefaults
212+ channels : conda-forge
213+ conda-remove-defaults : true
212214 python-version : ${{ matrix.python }}
213215
214216 - name : Install conda-index
You can’t perform that action at this time.
0 commit comments