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 4646 run : conda install conda-build
4747 - name : Build conda package
4848 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"
5050 VERSIONS="--python ${{ matrix.python }}"
5151 TEST="--no-test"
5252
@@ -114,7 +114,7 @@ jobs:
114114 runner : [ubuntu-latest]
115115 continue-on-error : ${{ matrix.experimental }}
116116 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
118118
119119 steps :
120120 - name : Download artifact
@@ -182,7 +182,7 @@ jobs:
182182 runner : [windows-latest]
183183 continue-on-error : ${{ matrix.experimental }}
184184 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
186186
187187 steps :
188188 - name : Download artifact
You can’t perform that action at this time.
0 commit comments