Skip to content

Commit bab07db

Browse files
committed
.
1 parent dd937c6 commit bab07db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
ffmpeg -version
3737
- name: Build and install torchcodec
3838
run: |
39-
find $CONDA_PREFIX/lib
40-
find $CONDA_PREFIX/lib64
39+
find $CONDA_PREFIX/lib -type f -iname libnvtoolsext\*.so | xargs ldd || true
40+
find $CONDA_PREFIX/lib64 -type f -iname libnvtoolsext\*.so | xargs ldd || true
4141
ENABLE_CUDA=1 python -m pip install -e ".[dev]" --no-build-isolation -vvv
4242
- name: Install doc dependencies
4343
run: |

0 commit comments

Comments
 (0)