Skip to content

Commit

Permalink
Install latest node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jan 3, 2025
1 parent c46195b commit 93b9ddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:

- name: Install Python dependencies
if: matrix.os == 'macos-latest'
run: |
python -m pip install setuptools
run: python -m pip install setuptools

- name: Install latest node-gyp
if: matrix.os == 'macos-latest'
run: npm i -g node-gyp

- name: Install dependencies
if: |
Expand Down

0 comments on commit 93b9ddc

Please sign in to comment.