Skip to content

Commit

Permalink
More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent ceda614 commit 29aee63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:

- name: Maker sure pipx is installed for the newer, more streamlined, macOS runners.
if: runner.platform == 'darwin' and runner.release >= 14
run: brew install pipx
run: pipx ensurepath
run: |
brew install pipx
pipx ensurepath
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 29aee63

Please sign in to comment.