Skip to content

Commit 9f6ab74

Browse files
committed
added missed install poetry step
1 parent d654a15 commit 9f6ab74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
registry-url: 'https://registry.npmjs.org'
5050

51+
- name: Install poetry
52+
run: pip install poetry
53+
5154
- name: Prepare Python
5255
uses: actions/setup-python@v4
5356
with:

0 commit comments

Comments
 (0)