Skip to content

Commit

Permalink
Fxied syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent c53eade commit ceda614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
with:
platforms: all

- name: Maker sure pipx is installed for arm64 macOS.
- 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
run: pipx ensurepath

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

0 comments on commit ceda614

Please sign in to comment.