Skip to content

Commit 8436bd6

Browse files
authored
install packages from intel channel for build using pip (#85)
* install packages from intel channel for build using pip * add channels to conda-incubator/setup-miniconda
1 parent 3ad947e commit 8436bd6

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)