Skip to content

Commit

Permalink
gha/homebrew: Install SIP from PyPI to stabilize builds
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Nov 27, 2023
1 parent c41817a commit c316130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-homebrew-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
fontconfig
qt6
quazip || brew link --overwrite python@${{ matrix.config.pyver }}
- name: Install SIP from source
run: brew install --build-from-source sip
- name: Install SIP from PyPI
run: pip3 install sip
- name: Prepare ccache timestamp
id: get-current-date
run: |
Expand Down

0 comments on commit c316130

Please sign in to comment.