Skip to content

Commit 861d15d

Browse files
committed
added missing poetry installation to release job
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
1 parent e029a3e commit 861d15d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
with:
8888
python-version: 3.9
8989

90+
- name: Setup poetry
91+
uses: Gr1N/setup-poetry@v7
92+
9093
- name: Install dependencies
9194
run: poetry install --with dev
9295

0 commit comments

Comments
 (0)