Skip to content

Commit 8008a68

Browse files
committed
make mkl-service an optional dependency
mkl-service is only a dependency for the sake of the scipy interface, which is optional
1 parent 104a6d2 commit 8008a68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5454
export MKLROOT=${CONDA_PREFIX}
5555
pip install -e ".[test]" --no-build-isolation --verbose
56+
pip install scipy pytest mkl-service
5657
pip list
5758
python -m pytest -v mkl_fft/tests

0 commit comments

Comments
 (0)