CI Bump macOS version to 13 on Azure#30185
Merged
jeremiedbb merged 29 commits intoscikit-learn:mainfrom Nov 4, 2024
Merged
Conversation
lesteve
reviewed
Oct 31, 2024
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
lesteve
reviewed
Oct 31, 2024
| echo "##vso[task.prependpath]$CONDA/bin" | ||
|
|
||
| # Take ownership of conda installation | ||
| sudo chown -R $USER $CONDA |
Member
There was a problem hiding this comment.
You need this only when conda is installed so maybe put it in a else clause of if [[ -z "${CONDA}" ]]?
IIRC CONDA is a system folder which somehow causes issue somewhere ...
7ee870c to
53dbe9f
Compare
Member
|
I pushed some simplification for the script which hopefully should not break things too much 🤞 |
Member
Author
|
Nice @lesteve |
lesteve
approved these changes
Oct 31, 2024
Member
lesteve
left a comment
There was a problem hiding this comment.
Thanks for keeping at it until it worked!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See actions/runner-images#10721. macOS-12 removal on Azure is scheduled for December 2024, brownout windows will start in November 2024.