Skip to content

Commit f7109e3

Browse files
committed
uv run coverage
1 parent b7be181 commit f7109e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
5151
- name: Test with pytest
5252
run: |
53-
coverage run --source servicex/ -m pytest tests
54-
coverage xml
53+
uv run coverage run --source servicex/ -m pytest tests
54+
uv run coverage xml
5555
5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)