We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad947e commit d6cf7a0Copy full SHA for d6cf7a0
.github/workflows/build_pip.yaml
@@ -42,7 +42,8 @@ jobs:
42
43
- name: Install Compiler and MKL
44
run: |
45
- conda install mkl-devel tbb-devel dpcpp_linux-64
+ 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
python -c "import sys; print(sys.executable)"
48
which python
49
0 commit comments