Skip to content

Commit 17ad016

Browse files
committed
ci: show bindings dir
1 parent fce90c7 commit 17ad016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/tools/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if [[ "${test_module}" == "pathfinder" ]]; then
4242
popd
4343
elif [[ "${test_module}" == "bindings" ]]; then
4444
bindings_dir="${PWD}/cuda_bindings"
45+
ls "${bindings_dir}"
4546
pushd "${CUDA_BINDINGS_ARTIFACTS_DIR}"
4647
echo "Installing bindings wheel"
4748
pwd

0 commit comments

Comments
 (0)