Skip to content

Commit 14f88be

Browse files
author
Allen Wang
committed
all extras
1 parent 0ae0b1f commit 14f88be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python -m pip install --upgrade pip
3232
- name: Install torchforge
3333
shell: bash -l {0}
34-
run: pip install uv && uv sync
34+
run: pip install uv && uv sync --all-extras
3535
- name: Install docs dependencies
3636
shell: bash -l {0}
3737
run: python -m pip install -r docs/requirements.txt

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Update pip
3939
run: python -m pip install --upgrade pip
4040
- name: Install torchforge
41-
run: pip install uv && uv sync
41+
run: pip install uv && uv sync --all-extras
4242
- name: Run unit tests with coverage
4343
# TODO add all tests
4444
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)