Skip to content

Commit

Permalink
install setuptools on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Aug 9, 2024
1 parent 18ef149 commit 167b391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
node-version: '22.5.1'
cache: 'pnpm'

- name: Install setuptools on mac
if: matrix.os == 'macos-latest'
run: pip install setuptools

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 167b391

Please sign in to comment.