Skip to content

Commit

Permalink
Apple silicon runners do not have pipx in the imagee. Install it.
Browse files Browse the repository at this point in the history
  • Loading branch information
pettyalex committed Feb 29, 2024
1 parent d8adf6d commit 84bcc1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:

- name: Run build
working-directory: ./2.0/Python
run: pipx run build
run: |
python -m pip install pipx
pipx run build

0 comments on commit 84bcc1e

Please sign in to comment.