Skip to content

Commit 35fb39f

Browse files
committed
tets
1 parent aedbcbd commit 35fb39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/cmake.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ fi
4646
echo '::group::Prepare CMake builds'
4747
mkdir -p cpp_build
4848

49+
ldd /opt/conda/envs/ci/lib/python3.9/site-packages/torchvision/image.so
50+
ldd /opt/conda/envs/ci/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so
51+
4952
pushd examples/cpp
5053
python script_model.py
5154
mkdir -p build

0 commit comments

Comments
 (0)