JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Reactivate CompatHelper #141

Closed schillic closed 1 year ago

lucaferranti commented 1 year ago

done

lbenet commented 1 year ago

Sorry for the question, but what is "reactive compat helper?

schillic commented 1 year ago

TaylorSeries got a new release, but it is not propagated here because CompatHelper is inactive. GitHub deactivates bots after 60 days of inactivity. So I suggested to re-activate it :slightly_smiling_face: I expect it will send a PR in a few hours.

lbenet commented 1 year ago

Thanks for the stupid question... "too early to roch-and-roll..." 😄

schillic commented 1 year ago

The PRs arrived, but they did not automatically trigger a build. I think you need to add an SSH key for that.

https://github.com/JuliaIntervals/TaylorModels.jl/blob/66b0e9c8503c44010e47dc418ded9c8cbde59c83/.github/workflows/CompactHelper.yml#L14

lucaferranti commented 1 year ago

The PRs arrived, but they did not automatically trigger a build. I think you need to add an SSH key for that.

Last time I tried this in ICP it broke the whole workflow :/ :P

lbenet commented 1 year ago

I know that merging the TaylorSeries update will break some tests; I'm working on that, and have found that there are some subtleties which I did not expected... See https://github.com/JuliaIntervals/TaylorModels.jl/tree/lb/TS_311, where I bum the Project.toml; I'll try to open a draft PR this afternoon.

schillic commented 1 year ago

Sure, I did not mean to push you.