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 2722abf commit 45df13eCopy full SHA for 45df13e
.github/workflows/build_pip.yaml
@@ -35,15 +35,15 @@ jobs:
35
with:
36
use-mamba: true
37
miniforge-version: latest
38
- channels: conda-forge
+ channels: https://software.repos.intel.com/python/conda, conda-forge
39
+ override-channels: true
40
conda-remove-defaults: true
41
activate-environment: test
42
python-version: ${{ matrix.python }}
43
44
- name: Install Compiler and MKL
45
run: |
- 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
+ conda install mkl-devel tbb-devel dpcpp_linux-64
47
python -c "import sys; print(sys.executable)"
48
which python
49
0 commit comments