Skip to content

Commit baac405

Browse files
committed
install cuda_python_test_helpers as editable
1 parent cd6b714 commit baac405

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/tools/run-tests

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ elif [[ "${test_module}" == "core" ]]; then
7070
FREE_THREADING+="-ft"
7171
fi
7272

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+
7379
pushd ./cuda_core
7480
if [[ "${LOCAL_CTK}" == 1 ]]; then
7581
# We already installed cuda-bindings, and all CTK components exist locally,

0 commit comments

Comments
 (0)