We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5192f0 commit b8f4c05Copy full SHA for b8f4c05
.github/workflows/gpu_test.yaml
@@ -38,8 +38,8 @@ jobs:
38
- name: Update pip
39
run: python -m pip install --upgrade pip
40
- name: Install torchforge
41
- # run: ./scripts/install.sh
42
- run: pip install uv && uv pip install . && uv pip install .[dev]
+ run: ./scripts/install.sh
+ # run: pip install uv && uv pip install . && uv pip install .[dev]
43
- name: Run unit tests with coverage
44
# TODO add all tests
45
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments