Skip to content

Commit

Permalink
ci: update dependency installation command and expand test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
remsky committed Jan 14, 2025
1 parent 03531db commit d24ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
uv sync --all-extras
uv pip install -e .[test,cpu]
- name: Run Tests
run: |
Expand Down

0 comments on commit d24ce9e

Please sign in to comment.