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