We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f90e99 commit 18dc640Copy full SHA for 18dc640
ci/test_python_common.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright (c) 2022-2024, NVIDIA CORPORATION.
+# Copyright (c) 2022-2025, NVIDIA CORPORATION.
3
4
set -euo pipefail
5
@@ -17,7 +17,7 @@ rapids-dependency-file-generator \
17
--prepend-channel "${CPP_CHANNEL}" \
18
--prepend-channel "${PYTHON_CHANNEL}" | tee env.yaml
19
20
-rapids-mamba-retry env create --yes -f env.yaml -n test
+rapids-mamba-retry env create --quiet --yes -f env.yaml -n test
21
22
# Temporarily allow unbound variables for conda activation.
23
set +u
0 commit comments