-
Notifications
You must be signed in to change notification settings - Fork 32
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
Github Actions failure: macos " No installed conda 'base' environment found at !" #801
Conversation
Here's the cause that was reported: conda-incubator/setup-miniconda#344 |
Seems like forcing the mac runner to version 12 instead of latest did the trick (not sure why 13 didn't). This is a temporary fix until they resolve it on the conda-incubator/setup-miniconda#344 side |
In terms of the required checks, the only options available were macos-latest or macos-13, so I disabled the macos matrix test as a required check for now; we'll need to reinstate it when we can set it to latest again |
Pull Request Test Coverage Report for Build 8920573218Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for now. We'll have to investigate how to add back the latest os in the future.
Checklist
Description
We've recently started getting this failure on the macos CI:
https://github.com/axondeepseg/axondeepseg/actions/runs/8918691441/job/24493688432
Linked issues