We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2da8d commit cbf10f2Copy full SHA for cbf10f2
.github/workflows/test.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install requirements
41
shell: bash
42
run: |
43
- uv sync -p 3.12 --group dev
+ uv sync -p 3.12 --group dev --group test
44
- name: Test
45
run: pytest --cov-report=xml
46
- name: Upload coverage to Codecov
0 commit comments