We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe82c8 commit 7726e05Copy full SHA for 7726e05
ci/tools/run-tests
@@ -70,12 +70,6 @@ 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