Skip to content

Commit 12aca58

Browse files
authored
Merge pull request #446 from python-openapi/fix/github-workflows-poetry-version-fix
Github workflows poetry version fix
2 parents 5d24278 + 4b53148 commit 12aca58

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-docs.yml

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

2020
- name: Set up poetry
2121
uses: Gr1N/setup-poetry@v9
22+
with:
23+
poetry-version: "2.2.1"
2224

2325
- name: Configure poetry
2426
run: poetry config virtualenvs.in-project true

.github/workflows/python-publish.yml

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

2525
- name: Set up poetry
2626
uses: Gr1N/setup-poetry@v9
27+
with:
28+
poetry-version: "2.2.1"
2729

2830
- name: Build
2931
run: poetry build

.github/workflows/python-test.yml

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

2929
- name: Set up poetry
3030
uses: Gr1N/setup-poetry@v9
31+
with:
32+
poetry-version: "2.2.1"
3133

3234
- name: Configure poetry
3335
run: poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)