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 31093b2 commit b55e7b8Copy full SHA for b55e7b8
.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: pip install uv && uv sync
+ run: pip install uv && uv pip install . && uv pip install .[dev]
42
- name: Run unit tests with coverage
43
# TODO add all tests
44
run: uv run pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
0 commit comments