Skip to content

Commit

Permalink
Install pipx only in macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
palonso committed Jan 31, 2024
1 parent ae4b0e6 commit f31324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Install pipx
if: ${{ matrix.os == macos-14 }}
run: brew install pipx
- name: Fetch release tags from GitHub
# Workaround for https://github.com/actions/checkout/issues/290
Expand Down

0 comments on commit f31324f

Please sign in to comment.