Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 26, 2024
1 parent 52d38bd commit afe4a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ requires = [

[tool.cibuildwheel.environment]
CMAKE = "~/micromamba/bin/cmake"
G_SLICE = "always-malloc"

[tool.cibuildwheel]
before-all = [
"curl -L https://micro.mamba.pm/install.sh | bash",
"~/.local/bin/micromamba --prefix ~/micromamba -vvv install cgal-cpp cmake"
"~/.local/bin/micromamba config set use_lockfiles False",
"~/.local/bin/micromamba --prefix ~/micromamba install cgal-cpp cmake"
]

# [tool.cibuildwheel.macos.environment]
Expand Down

0 comments on commit afe4a7d

Please sign in to comment.