Skip to content

Commit 0ffa82c

Browse files
committed
ci: install package dependencies before running semantic-release
1 parent 5ea330b commit 0ffa82c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
- name: Install Poetry
117117
uses: ./.github/actions/setup-poetry
118118

119+
- name: Install dependencies
120+
run: poetry install
121+
119122
- name: Run semantic-release
120123
env:
121124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)