From 47eadafdbd0e27677d9c0d348de11578b6d6645b Mon Sep 17 00:00:00 2001 From: divyegala Date: Tue, 31 Oct 2023 11:01:20 -0700 Subject: [PATCH] remove erroneous line in build_python.sh --- ci/build_python.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build_python.sh b/ci/build_python.sh index 9db2e06097..cf34776542 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -38,8 +38,6 @@ rapids-conda-retry mambabuild \ conda/recipes/raft-dask # Build ann-bench for each cuda and python version -version_file_raft_ann_bench="python/raft-ann-bench/src/raft-ann-bench/_version.py" -sed -i "/^__git_commit__/ s/= .*/= \"${git_commit}\"/g" ${version_file_raft_dask} rapids-conda-retry mambabuild \ --no-test \ --channel "${CPP_CHANNEL}" \