Skip to content

Commit 47484c7

Browse files
tanquerfacebook-github-bot
authored andcommitted
Fix doc build (#15)
Summary: Pull Request resolved: #15 Differential Revision: D85487438
1 parent 06b1862 commit 47484c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,15 @@ jobs:
3636
- name: Update pip
3737
shell: bash -l {0}
3838
run: python -m pip install --upgrade pip
39-
- name: Install pytorch
40-
shell: bash -l {0}
41-
run: pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
4239
- name: Install Dependencies
4340
shell: bash -l {0}
4441
run: |
4542
set -eux
4643
conda install -y git
4744
conda install -y -c conda-forge glog==0.4.0 gflags fmt
45+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
4846
pip install cmake
4947
pip install -r docs/requirements.txt
50-
export USE_NCCL=0
5148
export USE_NCCLX=0
5249
export USE_SYSTEM_LIBS=1
5350
pip install .[dev] -v

0 commit comments

Comments
 (0)