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 06b1862 commit 2b4325aCopy full SHA for 2b4325a
.github/workflows/docs.yaml
@@ -47,10 +47,9 @@ jobs:
47
conda install -y -c conda-forge glog==0.4.0 gflags fmt
48
pip install cmake
49
pip install -r docs/requirements.txt
50
- export USE_NCCL=0
51
export USE_NCCLX=0
52
export USE_SYSTEM_LIBS=1
53
- pip install .[dev] -v
+ pip install --no-build-isolation .[dev] -v
54
- name: Build Sphinx Docs
55
shell: bash -l {0}
56
working-directory: docs
0 commit comments