Skip to content

Commit

Permalink
Install python manually
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed Apr 23, 2023
1 parent 9ec24ba commit 8922052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
uses: extractions/setup-just@v1
- name: Setup Elm
uses: jorelali/setup-elm@v5
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install poetry
uses: Gr1N/setup-poetry@v8
- name: Install dev dependencies
Expand Down

0 comments on commit 8922052

Please sign in to comment.