Raúl Cumplido created ARROW-17050:
-------------------------------------
Summary: [CI] Use -y flag on mamba install to not ask for
confirmation
Key: ARROW-17050
URL: https://issues.apache.org/jira/browse/ARROW-17050
Project: Apache Arrow
Issue Type: Improvement
Components: Continuous Integration
Reporter: Raúl Cumplido
Assignee: Raúl Cumplido
Fix For: 9.0.0
When locally building the {{conda-cpp-valgrind}} docker image I've realised we
are prompting for confirmation:
{{#10 12.35 Confirm changes: [Y/n]
#10 88.01 }}
We should use the -y flag when using mamba install:
{\{ -y, --yes Do not ask for confirmation.}}
With this change we should no longer see the {{Confirm changes}} message from
mamba.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)