Skip to content

Commit b8f4c05

Browse files
author
Allen Wang
committed
unit test without uv?
1 parent e5192f0 commit b8f4c05

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,8 +38,8 @@ jobs:
3838
- name: Update pip
3939
run: python -m pip install --upgrade pip
4040
- name: Install torchforge
41-
# run: ./scripts/install.sh
42-
run: pip install uv && uv pip install . && uv pip install .[dev]
41+
run: ./scripts/install.sh
42+
# run: pip install uv && uv pip install . && uv pip install .[dev]
4343
- name: Run unit tests with coverage
4444
# TODO add all tests
4545
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)