File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
26
26
run : |
27
27
git config --global --add safe.directory /__w/TensorRT/TensorRT
28
28
echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
29
-
29
+
30
30
- name : Install base deps
31
31
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
33
34
./packaging/pre_build_script.sh
34
35
- name : Get HEAD SHA
35
36
id : vars
36
37
run : echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
37
38
- name : Build Python Package
38
39
run : |
39
- python3 -m pip install pip --upgrade
40
40
python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu121
41
41
- name : Generate New Docs
42
42
run : |
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ exhale==0.3.1
5
5
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
6
6
nbsphinx == 0.8.8
7
7
docutils == 0.17.1
8
+ pillow
You can’t perform that action at this time.
0 commit comments