Skip to content

Commit

Permalink
update poetry to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Aug 25, 2023
1 parent 241edd0 commit 036593e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install poetry
shell: bash
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.1 python3 -
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.5.1 python3 -

- name: Set up Python ${{ matrix.python-version }}
id: setup_python
Expand Down

0 comments on commit 036593e

Please sign in to comment.