Skip to content

Commit c5a636c

Browse files
committed
address comments
1 parent 67e068f commit c5a636c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
run: |
5555
pip install --no-cache-dir cython pytest hypothesis
5656
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
57-
pip install --no-cache-dir scipy
5857
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
5958
export MKLROOT=${CONDA_PREFIX}
6059
pip install -e . --no-build-isolation --verbose --no-deps
60+
pip install --no-cache-dir scipy
6161
python -m pytest -v mkl_fft/tests

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
6060
requires-python = ">=3.9,<3.13"
6161

6262
[project.optional-dependencies]
63-
test = ["pytest"]
63+
test = ["pytest", "scipy"]
6464

6565
[project.urls]
6666
Download = "http://github.com/IntelPython/mkl_fft"
@@ -91,4 +91,4 @@ packages = ["mkl_fft", "mkl_fft.interfaces"]
9191
version = {attr = "mkl_fft._version.__version__"}
9292

9393
[tool.setuptools.package-data]
94-
"mkl_fft" = ["tests/*.py"]
94+
"mkl_fft" = ["tests/**/*.py"]

0 commit comments

Comments
 (0)