Skip to content

Commit 2200739

Browse files
committed
Update pyproject.toml
1 parent 4559a86 commit 2200739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before-all = [
1212
"pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" cmake",
1313
"cmake --version",
1414
]
15-
before-build = "pip install -r requirements-repair.txt"
15+
before-build = "pip install --upgrade --force-reinstall -r requirements-repair.txt"
1616
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
1717
test-extras = "test"
1818
test-command = "pytest {project}/tests"

0 commit comments

Comments
 (0)