Skip to content

Commit cbf10f2

Browse files
committed
Fixed installation of test dependencies
1 parent 6e2da8d commit cbf10f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install requirements
4141
shell: bash
4242
run: |
43-
uv sync -p 3.12 --group dev
43+
uv sync -p 3.12 --group dev --group test
4444
- name: Test
4545
run: pytest --cov-report=xml
4646
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)