Skip to content

Commit 2cb5d29

Browse files
authored
Update docgen.yml
1 parent 8be3acf commit 2cb5d29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
ref: ${{github.head_ref}}
2424
- name: Select Python / CUDA
2525
run: |
26+
git config --global --add safe.directory /__w/TensorRT/TensorRT
2627
echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
28+
2729
- name: Install base deps
2830
run: |
2931
python3 -m pip install pyyaml torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121

0 commit comments

Comments
 (0)