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 4474b5d commit 8407cddCopy full SHA for 8407cdd
.github/workflows/gpu_test.yaml
@@ -39,7 +39,6 @@ jobs:
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]
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