Skip to content

Commit af70e5a

Browse files
committed
fix: pin CI build dependencies (cmake & ninja)
1 parent be7c3ff commit af70e5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ build-backend = "setuptools.build_meta"
99
[tool.cibuildwheel]
1010
build = "cp39-*"
1111
before-all = [
12-
"pipx install cmake",
12+
"pipx install cmake==3.20.4",
1313
"cmake --version",
14-
"pipx install ninja",
14+
"pipx install ninja==1.10.0.post2",
1515
"ninja --version",
1616
]
1717
before-build = "pip install -r requirements-repair.txt"
@@ -21,9 +21,9 @@ test-command = "pytest {project}/tests"
2121

2222
[tool.cibuildwheel.linux]
2323
before-all = [
24-
"pipx install cmake",
24+
"pipx install cmake==3.20.4",
2525
"cmake --version",
26-
"pipx install ninja",
26+
"pipx install ninja==1.10.0.post2",
2727
"ninja --version",
2828
"./scripts/manylinux-build-and-install-openssl.sh",
2929
]

0 commit comments

Comments
 (0)