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 41
41
run : conda install conda-build
42
42
- name : Build conda package
43
43
run : |
44
- CHANNELS="-c conda-forge -c intel --override-channels"
44
+ CHANNELS="-c conda-forge -c https://software.repos. intel.com/python/conda --override-channels"
45
45
VERSIONS="--python ${{ matrix.python }}"
46
46
TEST="--no-test"
47
47
67
67
runner : [ubuntu-latest]
68
68
continue-on-error : ${{ matrix.experimental }}
69
69
env :
70
- CHANNELS : -c intel -c main --override-channels
70
+ CHANNELS : -c https://software.repos. intel.com/python/conda -c main --override-channels
71
71
72
72
steps :
73
73
- name : Download artifact
@@ -150,7 +150,7 @@ jobs:
150
150
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
151
151
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
152
152
- name : Build conda package
153
- run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
153
+ run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos. intel.com/python/conda -c conda-forge --override-channels conda-recipe
154
154
- name : Upload artifact
155
155
uses : actions/upload-artifact@v4
156
156
with :
@@ -171,7 +171,7 @@ jobs:
171
171
continue-on-error : ${{ matrix.experimental }}
172
172
env :
173
173
workdir : ' ${{ github.workspace }}'
174
- CHANNELS : -c intel -c conda-forge --override-channels
174
+ CHANNELS : -c https://software.repos. intel.com/python/conda -c conda-forge --override-channels
175
175
176
176
steps :
177
177
- name : Download artifact
You can’t perform that action at this time.
0 commit comments