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 42
42
43
43
- name : Install Compiler and MKL
44
44
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
46
47
python -c "import sys; print(sys.executable)"
47
48
which python
48
49
52
53
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
53
54
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
54
55
export MKLROOT=${CONDA_PREFIX}
55
- pip install . --no-build-isolation --no-deps --verbose
56
+ CC=icx pip install . --no-build-isolation --no-deps --verbose
56
57
pip install --no-cache-dir pytest
57
58
pip list
58
59
# mkl_umath cannot be installed in editable mode, we need
You can’t perform that action at this time.
0 commit comments