Skip to content

Commit cd38a36

Browse files
committed
fix: missing test dep
1 parent a8420e8 commit cd38a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install dependencies
6565
run: |
6666
uv pip install --system -e .
67-
uv pip install --system pytest pytest-xdist pytest-cov
67+
uv pip install --system pytest pytest-xdist pytest-cov xmltodict
6868
6969
- name: Create coverage directory
7070
run: mkdir -p coverage/reports

0 commit comments

Comments
 (0)