We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae8b28 commit f066bc5Copy full SHA for f066bc5
2 files changed
.github/workflows/build-wheels.yml
@@ -49,7 +49,7 @@ jobs:
49
CIBW_SKIP: "*-win32 *i686 pp3* *-musllinux_*"
50
CIBW_BUILD_FRONTEND: build
51
CIBW_BUILD_VERBOSITY: 1
52
- CIBW_TEST_REQUIRES: pytest
+ CIBW_TEST_REQUIRES: pytest scipy
53
CIBW_TEST_COMMAND: |
54
pytest {project}/tests
55
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
requirements-build.txt
@@ -3,5 +3,7 @@ meson-python
3
ninja
4
nanobind
5
numpy
6
+# test
7
pytest
8
pytest-cov
9
+scipy
0 commit comments