Skip to content

Commit d58cce6

Browse files
committed
ci: update Poetry installation method in GitHub Actions workflow
1 parent 5d34a75 commit d58cce6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-backend.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Install Poetry
19-
run: pipx install poetry==1.2.1
19+
uses: abatilo/actions-poetry@v3
20+
with:
21+
poetry-version: 2.1.1
2022

2123
- uses: actions/setup-python@v4
2224
with:

0 commit comments

Comments
 (0)