Skip to content

Commit

Permalink
Run pipx ensurepath before installing cmake and ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 31, 2024
1 parent b716b33 commit b14c14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
build = "cp39-*"
before-all = [
"pipx ensurepath",
]
before-build = [
"pipx install -f cmake==3.21.4",
"cmake --version",
"pipx install -f ninja==1.10.2.2",
Expand Down

0 comments on commit b14c14d

Please sign in to comment.