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 4040 run : conda install conda-build
4141 - name : Build conda package
4242 run : |
43- CHANNELS="-c conda-forge --override-channels"
43+ CHANNELS="-c conda-forge -c intel - -override-channels"
4444 VERSIONS="--python ${{ matrix.python }}"
4545 TEST="--no-test"
4646
@@ -104,7 +104,7 @@ jobs:
104104 runner : [ubuntu-latest]
105105 continue-on-error : ${{ matrix.experimental }}
106106 env :
107- CHANNELS : -c conda-forge --override-channels
107+ CHANNELS : -c conda-forge -c intel - -override-channels
108108
109109 steps :
110110 - name : Download artifact
@@ -171,7 +171,7 @@ jobs:
171171 runner : [windows-latest]
172172 continue-on-error : ${{ matrix.experimental }}
173173 env :
174- CHANNELS : -c conda-forge --override-channels
174+ CHANNELS : -c conda-forge -c intel - -override-channels
175175
176176 steps :
177177 - name : Download artifact
You can’t perform that action at this time.
0 commit comments