Skip to content

Commit

Permalink
setup correct python version due to distutils being removed in 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 9, 2024
1 parent 996e1f5 commit 8db8e5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/pretest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ runs:
with:
version: ${{ inputs.version }}

- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
Expand Down

0 comments on commit 8db8e5d

Please sign in to comment.