We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e0dc0 commit 58117d8Copy full SHA for 58117d8
tests/pyproject.toml
@@ -10,5 +10,8 @@ name = "pybind11_tests"
10
version = "0.0.1"
11
dependencies = ["pytest", "pytest-timeout", "numpy", "scipy"]
12
13
+[tool.scikit-build.cmake.define]
14
+PYBIND11_FINDPYTHON = true
15
+
16
[tool.cibuildwheel]
17
test-command = "pytest -o timeout=0 {project}/tests/test_*.py"
0 commit comments