Skip to content

Commit 0e03477

Browse files
committed
ci: print things
1 parent a2fcda6 commit 0e03477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ "${test_module}" == "pathfinder" ]]; then
3939
popd
4040
elif [[ "${test_module}" == "bindings" ]]; then
4141
bindings_dir="${PWD}/cuda_bindings"
42-
ls "${bindings_dir}"
42+
cat "${bindings_dir}/pyproject.toml"
4343
pushd "${CUDA_BINDINGS_ARTIFACTS_DIR}"
4444
echo "Installing bindings wheel"
4545
if [[ "${LOCAL_CTK}" == 1 ]]; then

0 commit comments

Comments
 (0)