Skip to content

Commit

Permalink
See if we can figure out Py 3.12 checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 8, 2024
1 parent f71ad41 commit 15ab299
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 15ab299

Please sign in to comment.