Skip to content

Commit 892084a

Browse files
committed
chore: fix GHA coverage step
extras were missing
1 parent 8715f9b commit 892084a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
enable-cache: true
4747
- name: Install Python ${{ matrix.python }}
4848
run: uv python install ${{ matrix.python }}
49+
- name: Install dependencies
50+
run: uv sync --all-extras
4951
- name: Run tests
5052
run: uv run pytest --cov --cov-fail-under=100
5153

0 commit comments

Comments
 (0)