File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
5253 pip install --no-cache-dir numpy ${{ matrix.use_pre }}
5354 echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5455 export MKLROOT=${CONDA_PREFIX}
55- pip install . --no-build-isolation --no-deps --verbose
56+ CC=icx pip install . --no-build-isolation --no-deps --verbose
5657 pip install --no-cache-dir pytest
5758 pip list
5859 # mkl_umath cannot be installed in editable mode, we need
You can’t perform that action at this time.
0 commit comments