Skip to content

Commit 59cd35e

Browse files
committed
fix ci
1 parent 346d666 commit 59cd35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: uv pip install --python-version=${{ matrix.python-version }} -e '.[full]' --group test
3838
- name: Run unit and doc tests with coverage report
3939
env:
40-
PYTEST_TORCH_DEVICE: ${{ matrix.torch_device }}
40+
PYTEST_TORCH_DEVICE: ${{ matrix.device }}
4141
run: uv run pytest -W error tests/unit tests/doc --cov=src --cov-report=xml
4242
- name: Upload results to Codecov
4343
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)