Skip to content

Commit ffd87ad

Browse files
committed
Merge branch 'master' of https://github.com/ssl-hep/ServiceX_frontend into remove-s3-bucket-polling
2 parents c1da28f + 9c1849d commit ffd87ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47+
uv venv
4748
uv pip install --upgrade '.[test,docs]'
4849
uv pip list
4950
5051
- name: Test with pytest
5152
run: |
52-
coverage run --source servicex/ -m pytest tests
53-
coverage xml
53+
uv run coverage run --source servicex/ -m pytest tests
54+
uv run coverage xml
5455
5556
- name: Upload coverage to Codecov
5657
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)