Skip to content

Commit

Permalink
Install pipx before building wheels
Browse files Browse the repository at this point in the history
According to GH's doc MacOS-14 arm64 machines comes without pipx
installed ->
https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
  • Loading branch information
palonso committed Jan 31, 2024
1 parent 8ecfc29 commit 39f67d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install pipx
run: brew install pipx
- name: Fetch release tags from GitHub
# Workaround for https://github.com/actions/checkout/issues/290
run: git fetch --tags --force
Expand Down

0 comments on commit 39f67d6

Please sign in to comment.