Skip to content

Commit ffea99a

Browse files
NPA-3895: Poetry itself install
1 parent 5538eeb commit ffea99a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
python-version: 3.9
1919

20+
- name: Install Poetry
21+
shell: bash
22+
run: |
23+
pipx install poetry==1.8.5
24+
2025
- name: Install Script Packages with Poetry
2126
shell: bash
2227
run: |

0 commit comments

Comments
 (0)