From 3f7ee18c6fe6bdf2a832e423c1518ea1088124d7 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Mon, 25 Mar 2024 14:17:25 -0500 Subject: [PATCH] prevent path conflicts --- ci/build_cpp.sh | 1 + ci/build_python.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 132231e4a6..de3b80ae20 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -16,6 +16,7 @@ rapids-print-env version=$(rapids-generate-version) rapids-logger "Begin cpp build" +conda config --set path_conflict prevent RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/libcugraph diff --git a/ci/build_python.sh b/ci/build_python.sh index 62154fdece..e49958c15f 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -29,6 +29,7 @@ for package_name in pylibcugraph cugraph cugraph-pyg cugraph-dgl; do done sed -i "/^__git_commit__/ s/= .*/= \"${git_commit}\"/g" "${package_dir}/nx-cugraph/_nx_cugraph/_version.py" +conda config --set path_conflict prevent # TODO: Remove `--no-test` flags once importing on a CPU # node works correctly rapids-conda-retry mambabuild \