File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252
5353 - name : Build conda package
5454 run : |
55- CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
55+ CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
5656 VERSIONS="--python ${{ matrix.python }}"
5757 TEST="--no-test"
5858 echo "CONDA_BLD=${CONDA}/conda-bld/linux-64" >> $GITHUB_ENV
8080 runner : [ubuntu-latest]
8181 continue-on-error : ${{ matrix.experimental }}
8282 env :
83- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
83+ CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
8484
8585 steps :
8686 - name : Download artifact
@@ -193,7 +193,7 @@ jobs:
193193 - name : Build conda package
194194 run : |
195195 conda activate
196- conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
196+ conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
197197
198198 - name : Upload artifact
199199 uses : actions/upload-artifact@v4.6.2
@@ -215,7 +215,7 @@ jobs:
215215 continue-on-error : ${{ matrix.experimental }}
216216 env :
217217 workdir : ' ${{ github.workspace }}'
218- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
218+ CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
219219
220220 steps :
221221 - name : Download artifact
You can’t perform that action at this time.
0 commit comments