From 74f6b6d168eadff8ba8dd61d47afb684804caefa Mon Sep 17 00:00:00 2001
From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com>
Date: Thu, 23 May 2024 08:50:45 -0500
Subject: [PATCH] re-enable stable channel for non-release builds (#107)

---
 tools/rapids-configure-conda-channels | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/rapids-configure-conda-channels b/tools/rapids-configure-conda-channels
index 96836a4..7cfa02d 100755
--- a/tools/rapids-configure-conda-channels
+++ b/tools/rapids-configure-conda-channels
@@ -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