Skip to content

Commit 2b4325a

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
conda install -y -c conda-forge glog==0.4.0 gflags fmt
4848
pip install cmake
4949
pip install -r docs/requirements.txt
50-
export USE_NCCL=0
5150
export USE_NCCLX=0
5251
export USE_SYSTEM_LIBS=1
53-
pip install .[dev] -v
52+
pip install --no-build-isolation .[dev] -v
5453
- name: Build Sphinx Docs
5554
shell: bash -l {0}
5655
working-directory: docs

0 commit comments

Comments
 (0)