-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-17050: [CI] Use -y flag on mamba install to not ask for confirmation #13579
Conversation
@github-actions crossbow submit conda |
This did not fail because of how docker manages tty but I still think it's best to use the |
Revision: c84f827 Submitted crossbow builds: ursacomputing/crossbow @ actions-f4e59c9c7f |
@raulcd please create a ticket, we may need to cherry pick this change later. |
Benchmark runs are scheduled for baseline = 8a1649a and contender = 8608e19. 8608e19 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
When locally building the
conda-cpp-valgrind
docker image I've realised we are prompting for confirmation:We should use the -y flag when using mamba install:
With this change we are no longer seeing the
Confirm changes
message from mamba.