We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d0911 commit 355addbCopy full SHA for 355addb
1 file changed
.github/workflows/build_pip.yaml
@@ -40,14 +40,12 @@ jobs:
40
- name: Install MKL
41
run: |
42
conda install mkl-devel mkl-service
43
- python -c "import sys; print(sys.executable)"
44
- which python
45
- python -c "import mkl; print(mkl.__file__)"
46
47
- name: Build conda package
48
49
pip install --no-cache-dir meson-python ninja cmake cython
50
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
51
pip install -e ".[test]" --no-build-isolation --verbose
+ pip install scipy pytest
52
pip list
53
python -m pytest -v mkl_fft/tests
0 commit comments