Skip to content

Commit eaa5ef0

Browse files
committed
chore: docgen local install to try to get trt installed
1 parent 203c144 commit eaa5ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
apt-get install -y libnvinfer8 libnvinfer-plugin8 libnvinfer-dev libnvinfer-plugin-dev
6565
- name: Install Torch
6666
run: |
67-
python3 -m pip install -r py/requirements.txt
67+
python3 -m pip install -r py/requirements.txt --user
6868
- name: Build Python Package
6969
run: |
7070
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE

0 commit comments

Comments
 (0)