File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2626 miniconda-version : " latest"
2727 activate-environment : test
2828 python-version : ' 3.10'
29- auto-activate : false
29+ auto-activate : true
3030 - name : Verify conda environment
3131 shell : bash -l {0}
3232 run : |
@@ -36,16 +36,14 @@ 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
4845 pip install cmake
46+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
4947 pip install -r docs/requirements.txt
5048 export USE_NCCL=0
5149 export USE_NCCLX=0
5654 working-directory : docs
5755 run : |
5856 set -eux
59- conda activate test
6057 make html SPHINXOPTS="-WT --keep-going" || echo "Build completed with warnings/errors"
6158 - name : Remove noindex meta tag from docs
6259 working-directory : docs/build/html
You can’t perform that action at this time.
0 commit comments