Skip to content

Commit

Permalink
refactor: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
JulissaDantes committed Jul 25, 2024
1 parent 4924dd7 commit 4db0516
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:

- name: Install Python dependencies on macOS
if: runner.os == 'macOS'
run: brew install [email protected]
run: |
brew install [email protected]
python3 -m ensurepip
python3 -m pip install --upgrade pip
python3 -m pip install distutils
- name: Install dependencies and build
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 4db0516

Please sign in to comment.