Skip to content

Commit

Permalink
re-enable stable channel for non-release builds (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe authored May 23, 2024
1 parent 90067c5 commit 74f6b6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/rapids-configure-conda-channels
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ remove_conda_channel() {
if rapids-is-release-build; then
remove_conda_channel 'rapidsai-nightly'
remove_conda_channel 'dask/label/dev'
else
# exclude stable channel from all non-release builds.
remove_conda_channel 'rapidsai'
fi

0 comments on commit 74f6b6d

Please sign in to comment.