-
Notifications
You must be signed in to change notification settings - Fork 522
Re-enable CI on Julia nightly #47659
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
Conversation
|
@IanButterworth Per JuliaLang/julia#42806 (comment), I was under the impression that this was fixed by JuliaLang/julia#42806. But it looks like it is still failing? Here is the version info for the Julia nightly that was used on this job: |
|
I thought this might happen. It seems like it will need JuliaLang/Pkg.jl#2787 I'll check manually |
|
Yeah JuliaLang/Pkg.jl#2787 is needed. Basically the manifest is invalid for the current nightly v1.8, so that PR allows even a non-updating |
|
Hopefully fixed on nightlies now. Can someone rerun the nightly job? |
|
@IanButterworth Why is |
…on is not nightly
I tried locally and there were no changes made to the Project (confirmed by git) I then set the project as read-only and hit I guess the heuristic here isn't actually detecting that there's no changes |
|
Why is |
|
Actually, I think |
Closes #47158