Skip to content

Commit 6ca3336

Browse files
committed
✨ Add step to install all extra dependencies in CI workflow
1 parent 52bef7d commit 6ca3336

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
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
enable-cache: true
5353

54+
- name: Install dependencies
55+
run: uv sync --extra all
56+
5457
- name: Make coverage directory
5558
run: mkdir coverage
5659

0 commit comments

Comments
 (0)