Skip to content

Commit

Permalink
specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeckmann authored Sep 29, 2024
1 parent 2196486 commit 2fe9e7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12' # Specify your Python version here

- name: Install Poetry
run: |
Expand Down

0 comments on commit 2fe9e7a

Please sign in to comment.