Skip to content

Commit 3ea3eef

Browse files
authored
Merge pull request #1090 from python-openapi/fix/static-checks-poetry-version-fix
Static checks poetry version fix
2 parents 927f9e8 + c2119e9 commit 3ea3eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282

8383
- name: Set up poetry
8484
uses: Gr1N/setup-poetry@v9
85+
with:
86+
poetry-version: "2.2.1"
8587

8688
- name: Configure poetry
8789
run: poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)