Skip to content

Commit

Permalink
WIP: Downgrade Python instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 28, 2023
1 parent 2a1ec13 commit 814a808
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
check-latest: true
cache: 'npm'

# See https://github.com/nodejs/node-gyp/issues/2869
# Required due to Python 3.12 in latest GH runner
- run: python3 -m pip install packaging
# Due to https://github.com/nodejs/node-gyp/issues/2869, node-gyp fails
# in latest GH runners, due to Python 3.12 incompatibility:
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- run: npm ci

Expand Down

0 comments on commit 814a808

Please sign in to comment.