Skip to content

Commit 45df13e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_pip.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
with:
3636
use-mamba: true
3737
miniforge-version: latest
38-
channels: conda-forge
38+
channels: https://software.repos.intel.com/python/conda, conda-forge
39+
override-channels: true
3940
conda-remove-defaults: true
4041
activate-environment: test
4142
python-version: ${{ matrix.python }}
4243

4344
- name: Install Compiler and MKL
4445
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
46+
conda install mkl-devel tbb-devel dpcpp_linux-64
4747
python -c "import sys; print(sys.executable)"
4848
which python
4949

0 commit comments

Comments
 (0)