Skip to content

Commit f066bc5

Browse files
committed
add scipy to test requirements
1 parent 9ae8b28 commit f066bc5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CIBW_SKIP: "*-win32 *i686 pp3* *-musllinux_*"
5050
CIBW_BUILD_FRONTEND: build
5151
CIBW_BUILD_VERBOSITY: 1
52-
CIBW_TEST_REQUIRES: pytest
52+
CIBW_TEST_REQUIRES: pytest scipy
5353
CIBW_TEST_COMMAND: |
5454
pytest {project}/tests
5555
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64

requirements-build.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ meson-python
33
ninja
44
nanobind
55
numpy
6+
# test
67
pytest
78
pytest-cov
9+
scipy

0 commit comments

Comments
 (0)