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 4343 run : conda install conda-build
4444 - name : Build conda package
4545 run : |
46- CHANNELS="-c conda-forge -c intel --override-channels"
46+ CHANNELS="-c conda-forge -c https://software.repos. intel.com/python/conda --override-channels"
4747 VERSIONS="--python ${{ matrix.python }}"
4848 TEST="--no-test"
4949
8989 - name : Install conda-build
9090 run : conda install conda-build
9191 - name : Build conda package
92- run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
92+ run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos. intel.com/python/conda -c conda-forge --override-channels conda-recipe
9393 - name : Upload artifact
9494 uses : actions/upload-artifact@v4
9595 with :
@@ -107,7 +107,7 @@ jobs:
107107 runner : [ubuntu-latest]
108108 continue-on-error : ${{ matrix.experimental }}
109109 env :
110- CHANNELS : -c conda-forge -c intel --override-channels
110+ CHANNELS : -c conda-forge -c https://software.repos. intel.com/python/conda --override-channels
111111
112112 steps :
113113 - name : Download artifact
@@ -174,7 +174,7 @@ jobs:
174174 runner : [windows-2019]
175175 continue-on-error : ${{ matrix.experimental }}
176176 env :
177- CHANNELS : -c conda-forge -c intel --override-channels
177+ CHANNELS : -c conda-forge -c https://software.repos. intel.com/python/conda --override-channels
178178
179179 steps :
180180 - name : Download artifact
You can’t perform that action at this time.
0 commit comments