Skip to content

Commit 8991b24

Browse files
author
Allen Wang
committed
uv in gpu test
1 parent 3daf958 commit 8991b24

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: ./scripts/install.sh
41+
un: pip install uv && uv pip install . && uv pip install .[dev]
4242
- name: Run unit tests with coverage
4343
# TODO add all tests
4444
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)