Skip to content

Commit 1a19fdd

Browse files
committed
Fix conda removal
1 parent dce241d commit 1a19fdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ci/build_java.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ if [[ "$BRANCH" == pull-request/* ]]; then
6868
rapids-logger "Remove libcuvs from conda environment"
6969
# Uninstall the conda libcuvs so the JVM's RPATH (which points to the conda
7070
# env's lib dir) cannot find the old libcuvs_c.so ahead of the PR artifact.
71-
# Temporarily allow unbound variables for conda shell hooks.
7271
set +u
7372
conda remove --yes --force-remove libcuvs
7473
set -u

0 commit comments

Comments
 (0)