Skip to content

Commit 719ec3f

Browse files
author
Allen Wang
committed
remove pip step
1 parent 4f0c04f commit 719ec3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Install torchforge
3333
shell: bash -l {0}
3434
run: pip install uv && uv pip install . && uv pip install .[docs]
35-
- name: Install docs dependencies
36-
shell: bash -l {0}
37-
run: python -m pip install -r docs/requirements.txt
3835
- name: Build docs
3936
shell: bash -l {0}
4037
working-directory: docs

0 commit comments

Comments
 (0)