Skip to content

Commit 3d485ff

Browse files
committed
fix ci
1 parent e782272 commit 3d485ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +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
run: |
40-
PYTEST_TORCH_DEVICE=${{ matrix.device }} uv run pytest -W error tests/unit tests/doc \
41-
--cov=src --cov-report=xml
40+
PYTEST_TORCH_DEVICE=${{ matrix.device }} uv run pytest -W error tests/unit tests/doc --cov=src --cov-report=xml
4241
- name: Upload results to Codecov
4342
uses: codecov/codecov-action@v4
4443
with:

0 commit comments

Comments
 (0)