From 112d084344e74e7d797e71ecdbab525a970b6da2 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Thu, 29 Feb 2024 21:21:21 -0600 Subject: [PATCH] Update test_python.sh for wrongly commented line Somehow this change does not appear commented in my local clone --- ci/test_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index e92072eae..17fbed424 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -20,7 +20,7 @@ set -u rapids-logger "Downloading artifacts from previous jobs" CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) -#PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python) +PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python) RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"} RAPIDS_COVERAGE_DIR=${RAPIDS_COVERAGE_DIR:-"${PWD}/coverage-results"}