Skip to content

Commit 311158c

Browse files
Update publish.yml
1 parent b64b3da commit 311158c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
4545
- name: Install dependencies
4646
run: poetry install --only main
47+
48+
- name: Install dependencies (including dev)
49+
run: poetry install --with dev
4750

4851
- name: Run tests
4952
run: poetry run pytest

0 commit comments

Comments
 (0)