Skip to content

Commit

Permalink
prevent path conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Mar 25, 2024
1 parent 41b473d commit f63434a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export CMAKE_GENERATOR=Ninja
rapids-print-env

rapids-logger "Begin cpp build"
conda config --set path_conflict prevent

rapids-conda-retry mambabuild conda/recipes/libkvikio

Expand Down
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rapids-print-env
rapids-logger "Begin py build"

CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
conda config --set path_conflict prevent

rapids-conda-retry mambabuild \
--channel "${CPP_CHANNEL}" \
Expand Down

0 comments on commit f63434a

Please sign in to comment.