Skip to content

Commit

Permalink
fix stable logic (#4347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Nov 10, 2021
1 parent fcc4344 commit 6885d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6885d39

Please sign in to comment.