From d332274ce1a1ec9a1902db5e3562c5159b6c424e Mon Sep 17 00:00:00 2001 From: Alex Ciobanu Date: Wed, 28 Feb 2024 11:54:56 -0500 Subject: [PATCH] Testing intalling pipx, to see if this is the only action missing. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508eb0a..c51402d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: steps: - run: uname -a - run: sysctl -n machdep.cpu.brand_string + - run: brew install pipx + - run: pipx ensurepath - uses: actions/checkout@v4