Skip to content

Commit 0fa2a21

Browse files
committed
fix: missing deps
1 parent 82699dc commit 0fa2a21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Install PDM
2727
uses: pdm-project/setup-pdm@v4
2828

29+
- name: Install the project dependencies
30+
run: pdm install -d
31+
2932
- name: Build & Publish package to PyPI
3033
run: pdm publish

0 commit comments

Comments
 (0)