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 3daf958 commit 8991b24Copy full SHA for 8991b24
.github/workflows/gpu_test.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Update pip
39
run: python -m pip install --upgrade pip
40
- name: Install torchforge
41
- run: ./scripts/install.sh
+ un: pip install uv && uv pip install . && uv pip install .[dev]
42
- name: Run unit tests with coverage
43
# TODO add all tests
44
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments