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 6135edf commit 4924dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Python dependencies on Ubuntu
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y python3-distutils

- name: Install Python dependencies on macOS
if: runner.os == 'macOS'
run: brew install [email protected]

- name: Install dependencies and build
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 4924dd7

Please sign in to comment.