Skip to content

Commit

Permalink
Fixed installation of test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 14, 2024
1 parent 6e2da8d commit cbf10f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install requirements
shell: bash
run: |
uv sync -p 3.12 --group dev
uv sync -p 3.12 --group dev --group test
- name: Test
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit cbf10f2

Please sign in to comment.