File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
run : conda install conda-build
47
47
- name : Build conda package
48
48
run : |
49
- CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
49
+ CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
50
50
VERSIONS="--python ${{ matrix.python }}"
51
51
TEST="--no-test"
52
52
@@ -114,7 +114,7 @@ jobs:
114
114
runner : [ubuntu-latest]
115
115
continue-on-error : ${{ matrix.experimental }}
116
116
env :
117
- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
117
+ CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
118
118
119
119
steps :
120
120
- name : Download artifact
@@ -182,7 +182,7 @@ jobs:
182
182
runner : [windows-latest]
183
183
continue-on-error : ${{ matrix.experimental }}
184
184
env :
185
- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
185
+ CHANNELS : -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
186
186
187
187
steps :
188
188
- name : Download artifact
You can’t perform that action at this time.
0 commit comments