We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e782272 commit 3d485ffCopy full SHA for 3d485ff
1 file changed
.github/workflows/tests.yml
@@ -37,8 +37,7 @@ jobs:
37
run: uv pip install --python-version=${{ matrix.python-version }} -e '.[full]' --group test
38
- name: Run unit and doc tests with coverage report
39
run: |
40
- PYTEST_TORCH_DEVICE=${{ matrix.device }} uv run pytest -W error tests/unit tests/doc \
41
- --cov=src --cov-report=xml
+ PYTEST_TORCH_DEVICE=${{ matrix.device }} uv run pytest -W error tests/unit tests/doc --cov=src --cov-report=xml
42
- name: Upload results to Codecov
43
uses: codecov/codecov-action@v4
44
with:
0 commit comments