Skip to content

Commit cf1c7ad

Browse files
committed
add channels to conda-incubator/setup-miniconda
1 parent 2722abf commit cf1c7ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_pip.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ jobs:
3535
with:
3636
use-mamba: true
3737
miniforge-version: latest
38-
channels: conda-forge
38+
channels: |
39+
- https://software.repos.intel.com/python/conda
40+
- conda-forge
3941
conda-remove-defaults: true
4042
activate-environment: test
4143
python-version: ${{ matrix.python }}
4244

4345
- name: Install Compiler and MKL
4446
run: |
45-
CHANNELS="-c https://software.repos.intel.com/python/conda -c conda-forge --override-channels"
46-
conda install $CHANNELS mkl-devel tbb-devel dpcpp_linux-64
47+
conda install mkl-devel tbb-devel dpcpp_linux-64
4748
python -c "import sys; print(sys.executable)"
4849
which python
4950

0 commit comments

Comments
 (0)