Skip to content

Commit b55e7b8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Update pip
3939
run: python -m pip install --upgrade pip
4040
- name: Install torchforge
41-
run: pip install uv && uv sync
41+
run: pip install uv && uv pip install . && uv pip install .[dev]
4242
- name: Run unit tests with coverage
4343
# TODO add all tests
4444
run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)