Skip to content

Commit

Permalink
ci(pre-release): pin python version (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 9, 2025
1 parent 4465009 commit e976ef3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
with:
github-token: ${{ steps.get_token.outputs.token }}

# Temporary fix for "ValueError: invalid mode: 'rU' while trying to load binding.gyp"
# See https://github.com/nodejs/node-gyp/issues/2219
# This can be removed when "node-gyp" is updated
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit e976ef3

Please sign in to comment.