Skip to content

Commit 52f6120

Browse files
committed
Update GitHub workflows
1 parent f53dd0c commit 52f6120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: poetry install
3131

32+
- name: Update dependencies
33+
run: poetry update
34+
3235
- name: Run unit tests
3336
run: poetry run test
3437

0 commit comments

Comments
 (0)