We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6b714 commit baac405Copy full SHA for baac405
ci/tools/run-tests
@@ -70,6 +70,12 @@ elif [[ "${test_module}" == "core" ]]; then
70
FREE_THREADING+="-ft"
71
fi
72
73
+ # Install test helpers used by cuda_core tests
74
+ pushd ./cuda_python_test_helpers
75
+ echo "Installing cuda_python_test_helpers (editable)"
76
+ pip install -e .
77
+ popd
78
+
79
pushd ./cuda_core
80
if [[ "${LOCAL_CTK}" == 1 ]]; then
81
# We already installed cuda-bindings, and all CTK components exist locally,
0 commit comments