Skip to content

Commit 025903f

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_pip.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ 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
3939
conda-remove-defaults: true
4040
activate-environment: test
4141
python-version: ${{ matrix.python }}
4242

4343
- name: Install Compiler and MKL
4444
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
45+
conda install mkl-devel tbb-devel dpcpp_linux-64
4746
python -c "import sys; print(sys.executable)"
4847
which python
4948

0 commit comments

Comments
 (0)