From e61f2fa1b28311eac9bbb840ed82488a45d920b5 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 22 Jul 2025 07:52:37 -0500 Subject: [PATCH] Pass `--quiet` flag in `build-in-devcontainer` workflow This passes the `--quiet` flag to the environment creation command, to avoid noisy output from progress bars like https://github.com/rapidsai/cudf/actions/runs/16429104215/job/46426604875?pr=19411#step:9:2240. --- .github/workflows/build-in-devcontainer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-in-devcontainer.yaml b/.github/workflows/build-in-devcontainer.yaml index 660b6958..1bbbfdd6 100644 --- a/.github/workflows/build-in-devcontainer.yaml +++ b/.github/workflows/build-in-devcontainer.yaml @@ -187,7 +187,7 @@ jobs: extra-index-url = https://pypi.anaconda.org/rapidsai-wheels-nightly/simple EOF - rapids-make-${PYTHON_PACKAGE_MANAGER}-env; + rapids-make-${PYTHON_PACKAGE_MANAGER}-env --quiet; cd ~/"${REPOSITORY}"; mkdir -p telemetry-artifacts;