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 0ae0b1f commit 14f88beCopy full SHA for 14f88be
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
run: python -m pip install --upgrade pip
32
- name: Install torchforge
33
shell: bash -l {0}
34
- run: pip install uv && uv sync
+ run: pip install uv && uv sync --all-extras
35
- name: Install docs dependencies
36
37
run: python -m pip install -r docs/requirements.txt
.github/workflows/gpu_test.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Update pip
39
40
41
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