Skip to content

Commit 796e637

Browse files
committed
.
1 parent 7730c4b commit 796e637

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,12 @@ jobs:
150150
ls
151151
- name: Smoke test
152152
run: |
153-
find $CONDA_PREFIX -name libtorchcodec\*.so | xargs ldd
154-
find $CONDA_PREFIX -name libtorchcodec\*.so | xargs readelf -d
155-
find $CONDA_PREFIX -name libcuda\*.so\*
156-
echo $CONDA_PREFIX
153+
${CONDA_RUN} find $CONDA_PREFIX -name av\*.so | xargs ldd
154+
${CONDA_RUN} find $CONDA_PREFIX -name av\*.so | readelf -d
155+
${CONDA_RUN} find $CONDA_PREFIX -name libtorchcodec\*.so | xargs ldd
156+
${CONDA_RUN} find $CONDA_PREFIX -name libtorchcodec\*.so | xargs readelf -d
157+
${CONDA_RUN} find $CONDA_PREFIX -name libcuda\*.so\*
158+
${CONDA_RUN} echo $CONDA_PREFIX
157159
${CONDA_RUN} python test/decoders/manual_smoke_test.py
158160
- name: Run Python tests
159161
run: |

0 commit comments

Comments
 (0)