Skip to content

Commit 2bccde3

Browse files
Replace use of -c intel
1 parent 2dd46d1 commit 2bccde3

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
@@ -43,7 +43,7 @@ jobs:
4343
run: conda install conda-build
4444
- name: Build conda package
4545
run: |
46-
CHANNELS="-c conda-forge -c intel --override-channels"
46+
CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
4747
VERSIONS="--python ${{ matrix.python }}"
4848
TEST="--no-test"
4949
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install conda-build
9090
run: conda install conda-build
9191
- name: Build conda package
92-
run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
92+
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
9393
- name: Upload artifact
9494
uses: actions/[email protected]
9595
with:
@@ -107,7 +107,7 @@ jobs:
107107
runner: [ubuntu-latest]
108108
continue-on-error: ${{ matrix.experimental }}
109109
env:
110-
CHANNELS: -c conda-forge -c intel --override-channels
110+
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
111111

112112
steps:
113113
- name: Download artifact
@@ -174,7 +174,7 @@ jobs:
174174
runner: [windows-latest]
175175
continue-on-error: ${{ matrix.experimental }}
176176
env:
177-
CHANNELS: -c conda-forge -c intel --override-channels
177+
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
178178

179179
steps:
180180
- name: Download artifact

0 commit comments

Comments
 (0)