Skip to content

Commit

Permalink
cibw: add before-all on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 7, 2024
1 parent 1f665e7 commit c726db8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@ test-command = 'pytest {project}/python/test'
test-requires = 'parameterized pytest'
build-verbosity = 1

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "14.0"
[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
before-all = [
"brew install eigen lapack ci/highfive.rb"
]

0 comments on commit c726db8

Please sign in to comment.