Skip to content

Commit

Permalink
[CI] fix macOS task
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Aug 10, 2024
1 parent 2ab8371 commit 4369b98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ macOS_task:
image: ghcr.io/cirruslabs/macos-runner:sonoma
env:
PATH: ${HOME}/.pyenv/shims:${PATH}
PYTHON: 3:latest
brew_update_script:
- brew update
brew_install_script:
# Per the pyenv homebrew recommendations.
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
- brew install openssl readline sqlite3 xz zlib pyenv git
pyenv_install_script:
- pyenv install 3:latest
- pyenv global 3:latest
- pyenv install ${PYTHON}
- pyenv global 3
- pyenv rehash
pip_install_script:
- pip install -U --upgrade-strategy eager pip 'setuptools>61'
Expand Down

0 comments on commit 4369b98

Please sign in to comment.