Skip to content

Commit

Permalink
Use poetry 1.2.2
Browse files Browse the repository at this point in the history
AFAICS from https://github.com/python-poetry/poetry/releases this is
backwards-compatible with 1.2.x. Crucially, it's also
forwards-compatible with 1.3.x's new lockfile format (see
python-poetry/poetry#6608)

Fixes #12.
  • Loading branch information
David Robertson committed Jan 16, 2023
1 parent b59e913 commit 5600532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
poetry-version:
description: Poetry version to install via pip.
required: false
default: "1.2.0"
default: "1.2.2"
extras:
description: >
If present, a space separated list of extras to pass to
Expand Down

0 comments on commit 5600532

Please sign in to comment.