Skip to content

Commit

Permalink
Merge pull request #12984 from rtibbles/license_check
Browse files Browse the repository at this point in the history
Pin python version to 3.11 for node-gyp support.
  • Loading branch information
rtibbles authored Jan 8, 2025
2 parents 249fc28 + 3cf2d1f commit ff51dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
restore-keys: |
${{ runner.OS }}-node-
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
# Use a Python virtual environment to ensure
Expand Down

0 comments on commit ff51dfa

Please sign in to comment.