File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments