We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce90c7 commit 17ad016Copy full SHA for 17ad016
ci/tools/run-tests
@@ -42,6 +42,7 @@ if [[ "${test_module}" == "pathfinder" ]]; then
42
popd
43
elif [[ "${test_module}" == "bindings" ]]; then
44
bindings_dir="${PWD}/cuda_bindings"
45
+ ls "${bindings_dir}"
46
pushd "${CUDA_BINDINGS_ARTIFACTS_DIR}"
47
echo "Installing bindings wheel"
48
pwd
0 commit comments