Skip to content

Commit d0ad565

Browse files
authored
Merge branch 'main' into update-ufuncs
2 parents 55ce77c + 8436bd6 commit d0ad565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_pip.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
use-mamba: true
3737
miniforge-version: latest
38-
channels: conda-forge
38+
channels: https://software.repos.intel.com/python/conda, conda-forge
3939
conda-remove-defaults: true
4040
activate-environment: test
4141
python-version: ${{ matrix.python }}
@@ -52,7 +52,7 @@ jobs:
5252
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
5353
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5454
export MKLROOT=${CONDA_PREFIX}
55-
pip install . --no-build-isolation --no-deps --verbose
55+
CC=icx pip install . --no-build-isolation --no-deps --verbose
5656
pip install --no-cache-dir pytest
5757
pip list
5858
# mkl_umath cannot be installed in editable mode, we need

0 commit comments

Comments
 (0)