Skip to content

Commit

Permalink
Force Python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 18, 2023
1 parent 32d62ea commit 37425bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
with:
submodules: recursive
fetch-depth: 2
- name: Use node ${{ matrix.node }}
# Force Python to 3.11 until prebuild updates to node-gyp 10
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Use node ${{ matrix.node }} ${{ matrix.arch }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 37425bc

Please sign in to comment.