From 7f908b025750efa8ee861a026f82189a1096fd06 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 30 Jan 2024 12:06:31 -0500 Subject: [PATCH] ci: pre-install pipx on M1 --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa3b0bd8..6ac93cc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: