We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466abeb commit c885dddCopy full SHA for c885ddd
1 file changed
.github/workflows/build_pip.yaml
@@ -48,10 +48,8 @@ jobs:
48
49
- name: Build conda package
50
run: |
51
- pip install --no-cache-dir scikit-build cmake ninja cython
+ pip install --no-cache-dir meson-python ninja cython
52
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
53
- echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
54
- export MKLROOT=${CONDA_PREFIX}
55
CC=icx pip install . --no-build-isolation --no-deps --verbose
56
pip install --no-cache-dir pytest
57
pip list
0 commit comments