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 b36add4 commit 6d13200
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Python dependencies on macOS
if: runner.os == 'macos-latest'
run: |
brew install [email protected]
pip install setuptools
- name: Install python-setuptools
run: brew install python-setuptools

- name: Verify installation
run: python3 -m easy_install --version

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

0 comments on commit 6d13200

Please sign in to comment.