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 4141 run : conda install conda-build
4242 - name : Build conda package
4343 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"
4545 VERSIONS="--python ${{ matrix.python }}"
4646 TEST="--no-test"
4747
6767 runner : [ubuntu-latest]
6868 continue-on-error : ${{ matrix.experimental }}
6969 env :
70- CHANNELS : -c intel -c main --override-channels
70+ CHANNELS : -c https://software.repos. intel.com/python/conda -c main --override-channels
7171
7272 steps :
7373 - name : Download artifact
@@ -150,7 +150,7 @@ jobs:
150150 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
151151 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
152152 - 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
154154 - name : Upload artifact
155155 uses : actions/upload-artifact@v4
156156 with :
@@ -171,7 +171,7 @@ jobs:
171171 continue-on-error : ${{ matrix.experimental }}
172172 env :
173173 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
175175
176176 steps :
177177 - name : Download artifact
You can’t perform that action at this time.
0 commit comments