Skip to content

Commit 564a1aa

Browse files
committed
fix: downgrade Poetry version to 2.1.1 in GitHub Action
1 parent d707f03 commit 564a1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
- name: Install Poetry
2222
uses: snok/install-poetry@v1
2323
with:
24-
version: 2.11.0
24+
version: 2.1.1
2525
virtualenvs-create: true
2626
virtualenvs-in-project: true
2727
installer-parallel: true

0 commit comments

Comments
 (0)