Skip to content

Commit 18dc640

Browse files
committed
Make conda quieter
1 parent 3f90e99 commit 18dc640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test_python_common.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
2+
# Copyright (c) 2022-2025, NVIDIA CORPORATION.
33

44
set -euo pipefail
55

@@ -17,7 +17,7 @@ rapids-dependency-file-generator \
1717
--prepend-channel "${CPP_CHANNEL}" \
1818
--prepend-channel "${PYTHON_CHANNEL}" | tee env.yaml
1919

20-
rapids-mamba-retry env create --yes -f env.yaml -n test
20+
rapids-mamba-retry env create --quiet --yes -f env.yaml -n test
2121

2222
# Temporarily allow unbound variables for conda activation.
2323
set +u

0 commit comments

Comments
 (0)