We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fcda6 commit 0e03477Copy full SHA for 0e03477
ci/tools/run-tests
@@ -39,7 +39,7 @@ if [[ "${test_module}" == "pathfinder" ]]; then
39
popd
40
elif [[ "${test_module}" == "bindings" ]]; then
41
bindings_dir="${PWD}/cuda_bindings"
42
- ls "${bindings_dir}"
+ cat "${bindings_dir}/pyproject.toml"
43
pushd "${CUDA_BINDINGS_ARTIFACTS_DIR}"
44
echo "Installing bindings wheel"
45
if [[ "${LOCAL_CTK}" == 1 ]]; then
0 commit comments