From 4db0516f333eff07dbd8296a3153383b6a9face1 Mon Sep 17 00:00:00 2001 From: JulissaDantes Date: Thu, 25 Jul 2024 11:48:50 -0400 Subject: [PATCH] refactor: update script --- .github/workflows/build-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bc7f9e9b..99475d4d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -48,7 +48,11 @@ jobs: - name: Install Python dependencies on macOS if: runner.os == 'macOS' - run: brew install python@3.9 + run: | + brew install python@3.9 + python3 -m ensurepip + python3 -m pip install --upgrade pip + python3 -m pip install distutils - name: Install dependencies and build run: pnpm install --frozen-lockfile