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 fc89f9d commit 3f7ee18
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 @@ -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

Expand Down
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3f7ee18

Please sign in to comment.