Skip to content

Commit 676d558

Browse files
committed
fix: install poetry
1 parent b76ea68 commit 676d558

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
uses: actions/setup-python@v4
112112
with:
113113
python-version: "3.10"
114+
115+
- name: Install poetry
116+
run: curl -sSL https://install.python-poetry.org | python3 -
114117

115118
- name: Set Git Identity
116119
run: |

0 commit comments

Comments
 (0)