Skip to content

Commit

Permalink
MAINT: Try changing mac path for homebrew [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Apr 30, 2024
1 parent 4bb5291 commit 8c466c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/cirrus_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ macosx_arm64_task:
CIBW_PRERELEASE_PYTHONS: True
CIBW_BUILD: cp312-*
env:
PATH: /opt/homebrew/opt/python@3.10/bin:/usr/local/lib:/usr/local/include:$PATH
PATH: /opt/homebrew/opt/python@3.10/libexec/bin:/usr/local/lib:/usr/local/include:$PATH
CIBW_ARCHS: arm64
# Specifying CIBW_ENVIRONMENT_MACOS overrides pyproject.toml, so include
# all the settings from there, otherwise they're lost.
Expand All @@ -86,7 +86,7 @@ macosx_arm64_task:
build_script:
- brew install python@3.10
- ln -sf python3 /opt/homebrew/opt/python@3.10/libexec/bin/python
- ln -s python3 /opt/homebrew/opt/python@3.10/libexec/bin/python
- which python
# needed for submodules
- git submodule update --init
Expand Down

0 comments on commit 8c466c2

Please sign in to comment.