Skip to content

Commit 5b0e080

Browse files
author
Allen Wang
committed
uv run
1 parent ca5b67c commit 5b0e080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: uv sync --all-extras && source .venv/bin/activate
3535
- name: Run unit tests with coverage
3636
# TODO add all tests
37-
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
37+
run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
3838
- name: Upload Coverage to Codecov
3939
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)