Skip to content

Commit

Permalink
Install python
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 28, 2024
1 parent 8031353 commit 1216b42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16.20.2

- name: install python
uses: actions/setup-python@v5
with:
python-version: '2.7.18'

- name: setup
shell: bash
Expand Down

0 comments on commit 1216b42

Please sign in to comment.