-
Notifications
You must be signed in to change notification settings - Fork 5
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
Run CI on each PR #493
Run CI on each PR #493
Conversation
@LenkaNovak, when this has merged, can you try merging a new PR that removes To merge, you can just click the "Enable auto-merge" button on your PR. |
I'll do that, thanks @Sbozzolo |
The CI is failing and it seems that there's something wrong in |
Not until this morning (I was just testing if it's just my own branch but it looks like even the |
Ahh, the ClimaAtmos release is probably the culprit. I'm pinning to Atmos 0.16.2 now. |
Hmm, still breaks! |
Now that I think about it, for Clima packages we should pin to the specific patch version we've most recently updated to, since patch releases can introduce breaking changes. Could this failure be due to not having compats for standard library packages? |
Thanks for chiming in, @juliasloan25 ! This is a good point and I agree we should do this. I'm not sure which package is causing this yet though. I've tried to pin all of the major ones and it hasn't worked for me yet... But having cleared my local |
Patch releases should not introduce breaking changes. If they do, please report them (we should learn to be more mindful about this). There was at least one mistake on ClimaAtmos side.
No, I think that only affects the registrar. |
Looks like this was missed. It should have been tagged |
816dbea
to
acc8874
Compare
c0cacac
to
6415ad0
Compare
Take 2
Fix OpenMPI_jll 5 problems
6415ad0
to
d2939ad
Compare
Bors is gone.