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 7353e92 commit e5192f0Copy full SHA for e5192f0
.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: ./scripts/install.sh
+ run: pip install uv && uv pip install .
35
- name: Install docs dependencies
36
37
run: python -m pip install -r docs/requirements.txt
0 commit comments