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 025903fCopy full SHA for 025903f
.github/workflows/build_pip.yaml
@@ -35,15 +35,14 @@ 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
conda-remove-defaults: true
40
activate-environment: test
41
python-version: ${{ matrix.python }}
42
43
- name: Install Compiler and MKL
44
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
+ conda install mkl-devel tbb-devel dpcpp_linux-64
47
python -c "import sys; print(sys.executable)"
48
which python
49
0 commit comments