Skip to content

Commit c885ddd

Browse files
committed
update build_pip workflow
1 parent 466abeb commit c885ddd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ jobs:
4848
4949
- name: Build conda package
5050
run: |
51-
pip install --no-cache-dir scikit-build cmake ninja cython
51+
pip install --no-cache-dir meson-python ninja cython
5252
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
53-
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
54-
export MKLROOT=${CONDA_PREFIX}
5553
CC=icx pip install . --no-build-isolation --no-deps --verbose
5654
pip install --no-cache-dir pytest
5755
pip list

0 commit comments

Comments
 (0)