Skip to content

Commit

Permalink
Install missing pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 31, 2024
1 parent 3f7e032 commit 6d24321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

# macOS make is too old
- if: runner.os == 'macOS'
run: brew install make
run: |
brew install make
which pipx || brew install pipx
- name: Build and test wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 6d24321

Please sign in to comment.