Skip to content

Commit 4ef67fd

Browse files
committed
.
1 parent 318c950 commit 4ef67fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
ls
132132
- name: Smoke test
133133
run: |
134+
find $CONDA_PREFIX -name libtorchcodec\*.so | xargs ldd
135+
find $CONDA_PREFIX -name libcuda\*.so\*
134136
python test/decoders/manual_smoke_test.py
135137
- name: Run Python tests
136138
run: |

0 commit comments

Comments
 (0)