Skip to content

Commit

Permalink
Fixing ci build by explicit brew update and python 3.12 selection, refs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Feb 12, 2024
1 parent e54ed5f commit b4a5b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:

- name: Installing dependencies
run: |
brew update
brew upgrade || brew link --overwrite python@3.12
brew install --cask xquartz
brew install --overwrite python@3.12
brew install xerces-c fox proj gdal gl2ps
- name: Preparing Python environment
Expand Down

0 comments on commit b4a5b7c

Please sign in to comment.