We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d34a75 commit d58cce6Copy full SHA for d58cce6
1 file changed
.github/workflows/test-backend.yaml
@@ -16,7 +16,9 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Install Poetry
19
- run: pipx install poetry==1.2.1
+ uses: abatilo/actions-poetry@v3
20
+ with:
21
+ poetry-version: 2.1.1
22
23
- uses: actions/setup-python@v4
24
with:
0 commit comments