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 4559a86 commit 2200739Copy full SHA for 2200739
pyproject.toml
@@ -12,7 +12,7 @@ before-all = [
12
"pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" cmake",
13
"cmake --version",
14
]
15
-before-build = "pip install -r requirements-repair.txt"
+before-build = "pip install --upgrade --force-reinstall -r requirements-repair.txt"
16
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
17
test-extras = "test"
18
test-command = "pytest {project}/tests"
0 commit comments