Skip to content

Commit 355addb

Browse files
committed
install scipy for pip build testing
1 parent 95d0911 commit 355addb

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
@@ -40,14 +40,12 @@ jobs:
4040
- name: Install MKL
4141
run: |
4242
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__)"
4643
4744
- name: Build conda package
4845
run: |
4946
pip install --no-cache-dir meson-python ninja cmake cython
5047
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
5148
pip install -e ".[test]" --no-build-isolation --verbose
49+
pip install scipy pytest
5250
pip list
5351
python -m pytest -v mkl_fft/tests

0 commit comments

Comments
 (0)