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 afe4a7d commit 73ef498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-11, macos-14]
# os: [ubuntu-latest, macos-11, macos-14]

steps:
Expand Down
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ requires = [
"numpy>=2.0.0rc1",
]

[tool.cibuildwheel.environment]
CMAKE = "~/micromamba/bin/cmake"

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

# [tool.cibuildwheel.macos.environment]
# CMAKE = "~/micromamba/bin/cmake"
Expand Down

0 comments on commit 73ef498

Please sign in to comment.