Skip to content

Commit

Permalink
fixed release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lloyd committed Aug 22, 2023
1 parent 4c54087 commit d4eb9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
version: 1.3.2
- name: Install dependencies
run: |
poetry env use python
Expand Down

0 comments on commit d4eb9b0

Please sign in to comment.