Skip to content

Commit

Permalink
Another attempt to fix broken github action
Browse files Browse the repository at this point in the history
  • Loading branch information
spensbot committed Nov 29, 2023
1 parent a6340fa commit cb42999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
node-version: 16
cache: npm

- name: Install Pythons deps # https://github.com/nodejs/node-gyp/issues/2869
run: python3 -m pip install packaging
- uses: actions/setup-python@v4 # https://github.com/nodejs/node-gyp/issues/2869
with:
python-version: '3.11'

- name: npm install
run: |
Expand Down

0 comments on commit cb42999

Please sign in to comment.