Skip to content

Commit

Permalink
Merge branch 'branch-23.10' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk authored Sep 11, 2023
2 parents ab629c6 + c85abd5 commit 9af7cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rapids-print-env

rapids-logger "Begin cpp build"

rapids-mamba-retry mambabuild conda/recipes/libkvikio
rapids-conda-retry mambabuild conda/recipes/libkvikio

rapids-upload-conda-to-s3 cpp
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rapids-logger "Begin py build"

CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--channel "${CPP_CHANNEL}" \
conda/recipes/kvikio

Expand Down

0 comments on commit 9af7cd4

Please sign in to comment.