ci: update dependency installation command and expand test coverage

This commit is contained in:
remsky 2025-01-14 00:01:08 -07:00
parent 03531db5d4
commit d24ce9ef11

View file

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --all-extras
uv pip install -e .[test,cpu]
- name: Run Tests
run: |