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 c2bbdcb commit 7e87966Copy full SHA for 7e87966
pyproject.toml
@@ -154,7 +154,7 @@ test-command = """
154
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "-n 2", "--no-strict-data-files"]); \
155
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
156
"""
157
-before-build = "bash scripts/cibw_before_build.sh"
+before-build = "bash {package}/scripts/cibw_before_build.sh"
158
159
[tool.cibuildwheel.windows]
160
before-build = "pip install delvewheel"
0 commit comments