File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 run : |
2727 git config --global --add safe.directory /__w/TensorRT/TensorRT
2828 echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
29-
29+
3030 - name : Install base deps
3131 run : |
32- python3 -m pip install pyyaml torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
32+ python3 -m pip install pip --upgrade
33+ python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
3334 ./packaging/pre_build_script.sh
3435 - name : Get HEAD SHA
3536 id : vars
3637 run : echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3738 - name : Build Python Package
3839 run : |
39- python3 -m pip install pip --upgrade
4040 python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu121
4141 - name : Generate New Docs
4242 run : |
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ exhale==0.3.1
55-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
66nbsphinx == 0.8.8
77docutils == 0.17.1
8+ pillow
You can’t perform that action at this time.
0 commit comments