Skip to content

Commit 31093b2

Browse files
author
Allen Wang
committed
fix?
1 parent e1534bc commit 31093b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Update pip
3939
run: python -m pip install --upgrade pip
4040
- name: Install torchforge
41-
run: pip install uv && uv sync --all-extras
41+
run: pip install uv && uv sync
4242
- name: Run unit tests with coverage
4343
# TODO add all tests
44-
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
44+
run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
4545
- name: Upload Coverage to Codecov
4646
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)