Skip to content

Commit 7726e05

Browse files
committed
Revert "install cuda_python_test_helpers as editable"
This reverts commit baac405.
1 parent bbe82c8 commit 7726e05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/tools/run-tests

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ 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-
7973
pushd ./cuda_core
8074
if [[ "${LOCAL_CTK}" == 1 ]]; then
8175
# We already installed cuda-bindings, and all CTK components exist locally,

0 commit comments

Comments
 (0)