Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 2, 2023
1 parent 571d2e5 commit c7a5329
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install node-gyp deps
run: python3 -m pip install distutils
- uses: actions/setup-python@v4
with:
# we lock to 3.11 for a distutils requirement for node-gyp
python-version: '3.11'
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
Expand Down

0 comments on commit c7a5329

Please sign in to comment.