Skip to content

Commit

Permalink
prefer our binaries to homebrew's
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 10, 2024
1 parent e919226 commit c794a86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
with:
platforms: all

- name: prefer our binaries in /usr/local to homebrew
if: matrix.os == 'macos-14'
run: echo /usr/local/bin >> "$GITHUB_PATH"

- name: Build wheels
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit c794a86

Please sign in to comment.