Skip to content

Commit 5ffd3df

Browse files
committed
Install ninja on windows only
1 parent e4b0682 commit 5ffd3df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ manylinux-i686-image = "manylinux1"
1919

2020
[tool.cibuildwheel.macos.environment]
2121
MACOSX_DEPLOYMENT_TARGET = "10.9"
22+
23+
[tool.cibuildwheel.windows]
24+
before-all = [
25+
"pipx install cmake==3.20.4",
26+
"cmake --version",
27+
"pipx install ninja==1.10.0.post2",
28+
"ninja --version",
29+
]

0 commit comments

Comments
 (0)