Skip to content

Commit

Permalink
Merge pull request #34 from carlopi/fixcidistutils
Browse files Browse the repository at this point in the history
CI: anchor Python version to 3.11
  • Loading branch information
Mytherin authored Nov 13, 2023
2 parents bd79e6d + c4c9932 commit ab7dbe9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
with:
fetch-depth: 0

# Default Python (3.12) doesn't have support for distutils
- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
Expand Down

0 comments on commit ab7dbe9

Please sign in to comment.