Skip to content

Commit fcbb6aa

Browse files
Replace -c intel with software.repos.intel.com channel
1 parent 6335c59 commit fcbb6aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)