Skip to content

Commit f270643

Browse files
authored
GH-46333: [CI] Explicitly pass --yes to mamba clean (#46334)
### Rationale for this change CI is broken across multiple Arrow repos. ### What changes are included in this PR? Explicitly pass `--yes` to `mamba clean`. ### Are these changes tested? Yes ### Are there any user-facing changes? No. * GitHub Issue: #46333 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent a2e6136 commit f270643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/conda-integration.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mamba install -q -y \
4040
yarn=${yarn} \
4141
openjdk=${jdk} \
4242
zstd && \
43-
mamba clean --all --force-pkgs-dirs
43+
mamba clean --yes --all --force-pkgs-dirs
4444

4545
# Install Rust with only the needed components
4646
# (rustfmt is needed for tonic-build to compile the protobuf definitions)

0 commit comments

Comments
 (0)