ci: pre-install pipx on M1

This commit is contained in:
Henry Schreiner
2024-01-30 12:06:31 -05:00
committed by GitHub
parent 3c0df0b567
commit 7f908b0257
+5
View File
@@ -77,6 +77,11 @@ jobs:
run: |
python -m test.test_projects test.test_0_basic.basic_project sample_proj
- name: Add pipx if on macOS ARM (currently missing)
if: matrix.os == 'macos-14'
run: |
python -m pip install pipx
- name: Run a sample build (GitHub Action)
uses: ./
with: