We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346d666 commit 59cd35eCopy full SHA for 59cd35e
1 file changed
.github/workflows/tests.yml
@@ -37,7 +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
env:
40
- PYTEST_TORCH_DEVICE: ${{ matrix.torch_device }}
+ PYTEST_TORCH_DEVICE: ${{ matrix.device }}
41
run: 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
0 commit comments