Skip to content

Commit 2ad0894

Browse files
authored
Merge pull request #64 from polywrap/dev
prep 0.1.0a2 (attempt 3) | /workflows/release-pr
2 parents 5529372 + 676d558 commit 2ad0894

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)