Skip to content

Commit 0fdc54b

Browse files
committed
NPA-4334: Upgrade poetry version
1 parent f196b8e commit 0fdc54b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Poetry
2121
shell: bash
2222
run: |
23-
pipx install poetry==1.8.5
23+
pipx install poetry==2.1.2
2424
2525
- name: Install Script Packages with Poetry
2626
shell: bash
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Poetry
4747
shell: bash
4848
run: |
49-
pipx install poetry==1.8.5
49+
pipx install poetry==2.1.2
5050
5151
- name: Install Script Packages with Poetry
5252
shell: bash
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Poetry
7373
shell: bash
7474
run: |
75-
pipx install poetry==1.8.5
75+
pipx install poetry==2.1.2
7676
7777
- name: Install Script Packages with Poetry
7878
shell: bash
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install Poetry
9999
shell: bash
100100
run: |
101-
pipx install poetry==1.8.5
101+
pipx install poetry==2.1.2
102102
103103
- name: Install Script Packages with Poetry
104104
shell: bash
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install Poetry
125125
shell: bash
126126
run: |
127-
pipx install poetry==1.8.5
127+
pipx install poetry==2.1.2
128128
129129
- name: Install Script Packages with Poetry
130130
shell: bash
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install Poetry
151151
shell: bash
152152
run: |
153-
pipx install poetry==1.8.5
153+
pipx install poetry==2.1.2
154154
- name: Install Script Packages with Poetry
155155
shell: bash
156156
run: |
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install Poetry
174174
shell: bash
175175
run: |
176-
pipx install poetry==1.8.5
176+
pipx install poetry==2.1.2
177177
178178
- name: Install Script Packages with Poetry
179179
shell: bash

0 commit comments

Comments
 (0)