Skip to content

Commit

Permalink
pr-checks: install python
Browse files Browse the repository at this point in the history
because with ubuntu 24, python 12 blows up on pip install,
so it's either that or --break-system-packages
  • Loading branch information
himdel committed Oct 15, 2024
1 parent fc40847 commit 29dc651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
node-version: '18'
cache: 'npm'

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

- name: "Checks"
run: |
# fail if npm install had to change package-lock.json
Expand Down

0 comments on commit 29dc651

Please sign in to comment.