Skip to content

Commit

Permalink
Use Python 3.10 for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and rzr committed Feb 6, 2024
1 parent c9220a0 commit 741fc2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
node-version: 14.x
architecture: ${{ matrix.node }}
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: actions/checkout@v3
- name: Install dependencies (ubuntu-latest)
# Use g++-9 only on versions after 'ubuntu-18.04'
Expand Down

0 comments on commit 741fc2f

Please sign in to comment.