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 3ad947e commit 8436bd6Copy full SHA for 8436bd6
.github/workflows/build_pip.yaml
@@ -35,7 +35,7 @@ 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 }}
@@ -52,7 +52,7 @@ jobs:
52
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
53
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
54
export MKLROOT=${CONDA_PREFIX}
55
- pip install . --no-build-isolation --no-deps --verbose
+ CC=icx pip install . --no-build-isolation --no-deps --verbose
56
pip install --no-cache-dir pytest
57
pip list
58
# mkl_umath cannot be installed in editable mode, we need
0 commit comments