Skip to content

Commit 634fffd

Browse files
committed
adding poetry set up
1 parent e928b77 commit 634fffd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_sandbox.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version: '20'
2929

30+
- name: Install Poetry
31+
run: curl -sSL https://install.python-poetry.org | python3 -
32+
3033
- name: Install Python and Node dependencies
3134
run: |
3235
make install

0 commit comments

Comments
 (0)