diff --git a/ci/test_conda_nightly_env.sh b/ci/test_conda_nightly_env.sh index ab4450fc..cce0e256 100755 --- a/ci/test_conda_nightly_env.sh +++ b/ci/test_conda_nightly_env.sh @@ -21,6 +21,7 @@ rapids-conda-retry \ cuda-version=${CUDA_VERSION} \ --dry-run \ --json \ + --quiet \ | tee "${JSON_FILENAME}" rapids-logger "Parsing results from conda dry-run with rapids=${RAPIDS_VERSION}, python=${RAPIDS_PY_VERSION}, cuda-version=${CUDA_VERSION}"