Skip to content

Commit e18fd45

Browse files
committed
chore: install poetry in cd
1 parent 0527ef2 commit e18fd45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
with:
9999
python-version: "3.10"
100100

101+
- name: Install poetry
102+
run: curl -sSL https://install.python-poetry.org | python3 -
103+
101104
- name: Install tomlkit
102105
run: pip3 install tomlkit
103106

0 commit comments

Comments
 (0)