Skip to content

Commit

Permalink
ci: use openblas -- fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 7, 2024
1 parent 69c2961 commit a55a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test-requires = 'parameterized pytest'
build-verbosity = 1

[tool.cibuildwheel.macos.environment]
CMAKE_PREFIX_PATH = "/opt/homebrew/opt/openblas"
CMAKE_PREFIX_PATH = "$(brew --prefix)/opt/openblas"
MACOSX_DEPLOYMENT_TARGET = "14.0"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit a55a0e3

Please sign in to comment.