We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3449c8a commit b2e9981Copy full SHA for b2e9981
.github/workflows/pythonpackage.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Run tests
74
run: |
75
- pytest --cov=json2xml --cov-report=xml:coverage/reports/coverage.xml --cov-report=term -xvs tests -n auto
+ uv run pytest --cov=json2xml --cov-report=xml:coverage/reports/coverage.xml --cov-report=term -xvs tests -n auto
76
env:
77
PYTHONPATH: ${{ github.workspace }}
78
0 commit comments