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 ca5b67c commit 5b0e080Copy full SHA for 5b0e080
.github/workflows/gpu_test.yaml
@@ -34,6 +34,6 @@ jobs:
34
run: uv sync --all-extras && source .venv/bin/activate
35
- name: Run unit tests with coverage
36
# TODO add all tests
37
- run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
+ run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
38
- name: Upload Coverage to Codecov
39
uses: codecov/codecov-action@v3
0 commit comments