Skip to content

Commit

Permalink
✨ Update CI workflow to install all dependencies instead of just cove…
Browse files Browse the repository at this point in the history
…rage
  • Loading branch information
grelinfo committed Nov 26, 2024
1 parent a3b214c commit 1d8ef77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
with:
enable-cache: true

- name: Install coverage
run: uv pip install coverage
- name: Install dependencies
run: uv sync --all-extras

- name: Combine coverage reports
run: |
Expand Down

0 comments on commit 1d8ef77

Please sign in to comment.