diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index 6347444b90..60ab360d97 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -43,7 +43,7 @@ gpuci_logger "Activate conda env" conda activate rapids # Remove rapidsai-nightly channel if it is stable build -if [ "${IS_STABLE_BUILD}" != "true" ]; then +if [ "${IS_STABLE_BUILD}" = "true" ]; then conda config --system --remove channels rapidsai-nightly fi