Skip to content

Commit d6cf7a0

Browse files
committed
install packages from intel channel for build using pip
1 parent 3ad947e commit d6cf7a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_pip.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242

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

0 commit comments

Comments
 (0)