Skip to content

Commit

Permalink
Switch from installing cmake and ninja in cibuildwheel before step to…
Browse files Browse the repository at this point in the history
… build-system requires
  • Loading branch information
nightlark committed Jan 31, 2024
1 parent b716b33 commit a79880e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[build-system]
requires = ["setuptools>=64", "wheel", "scikit-build", "setuptools_scm>=8"]
requires = ["setuptools>=64", "wheel", "scikit-build", "setuptools_scm>=8", "cmake>=3.21.4", "ninja>=1.10.2.2; platform_system!='Windows'"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp39-*"
before-all = [
"pipx install -f cmake==3.21.4",
"cmake --version",
"pipx install -f ninja==1.10.2.2",
"ninja --version",
]
test-command = [
"swig -version",
"swig -pcreversion",
Expand Down

0 comments on commit a79880e

Please sign in to comment.