Skip to content

Commit 7b6be08

Browse files
svekarsmeta-codesync[bot]
authored andcommitted
Try to fix doc build (#17)
Summary: Pull Request resolved: #17 Reviewed By: fduwjj Differential Revision: D85579649 Pulled By: svekars fbshipit-source-id: ba5a8dcb29941f84943672971c6a1b4fe6c3021f
1 parent 27eefd9 commit 7b6be08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
export USE_NCCL=0
5151
export USE_NCCLX=0
5252
export USE_SYSTEM_LIBS=1
53-
pip install .[dev] -v
53+
pip install --no-build-isolation .[dev] -v
5454
- name: Build Sphinx Docs
5555
shell: bash -l {0}
5656
working-directory: docs

0 commit comments

Comments
 (0)