From 67bffb070efb07fd62dccd2600537b518c94ab8c Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:26:16 -0500 Subject: [PATCH] Prevent path conflict in builds (#1325) This will make builds fail when there are path conflicts Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - Joseph (https://github.com/jolorunyomi) URL: https://github.com/rapidsai/dask-cuda/pull/1325 --- ci/build_python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_python.sh b/ci/build_python.sh index 1883ccf7..e2429e98 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -22,6 +22,7 @@ echo "${version}" | tr -d '"' > VERSION sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_name}/_version.py" rapids-logger "Begin py build" +conda config --set path_conflict prevent RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild \ conda/recipes/dask-cuda