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 43
43
run : conda install conda-build
44
44
- name : Build conda package
45
45
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"
47
47
VERSIONS="--python ${{ matrix.python }}"
48
48
TEST="--no-test"
49
49
89
89
- name : Install conda-build
90
90
run : conda install conda-build
91
91
- 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
93
93
- name : Upload artifact
94
94
95
95
with :
@@ -107,7 +107,7 @@ jobs:
107
107
runner : [ubuntu-latest]
108
108
continue-on-error : ${{ matrix.experimental }}
109
109
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
111
111
112
112
steps :
113
113
- name : Download artifact
@@ -174,7 +174,7 @@ jobs:
174
174
runner : [windows-latest]
175
175
continue-on-error : ${{ matrix.experimental }}
176
176
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
178
178
179
179
steps :
180
180
- name : Download artifact
You can’t perform that action at this time.
0 commit comments