Skip to content

Commit

Permalink
moving brew fix to the right place #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 23, 2024
1 parent cb41010 commit 420daad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Preparing Build System
run: |
brew install --cask xquartz
brew install --overwrite python@3.12
brew install xerces-c fox proj gdal gl2ps ccache
- name: ccache
Expand Down Expand Up @@ -103,6 +102,7 @@ jobs:
- name: Installing dependencies
run: |
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 420daad

Please sign in to comment.