-
Notifications
You must be signed in to change notification settings - Fork 9
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
1207 Fix Mac CI #1208
1207 Fix Mac CI #1208
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1208 +/- ##
===========================================
- Coverage 81.02% 80.99% -0.03%
===========================================
Files 730 730
Lines 28046 28046
===========================================
- Hits 22723 22717 -6
- Misses 5323 5329 +6
|
Turns out that the Mac CI fix is easily than I thought--stop upgrading it before installing the packages. |
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.
Great!
I'm fine with this. Does Homebrew keep older versions available indefinitely, so that whatever is referenced from the index in the image will install nicely? If not, this is going to break with some regularity and require manual updates. Still better than being continuously broken right now. |
Not sure about homebrew... but I don't think they keep old versions on the platform. homebrew comes pre-installed on the image |
Fixes #1207