Conversation
| GAP := ">=4.11.0", | ||
| NeededOtherPackages := [ ["utils", ">= 0.81"], | ||
| ["groupoids", ">= 1.78"], | ||
| ["groupoids", ">= 1.81"], |
There was a problem hiding this comment.
That latest version of groupoids in the package distribution is 1.79.
There was a change in GitHub that caused the "update website" step to fail in the release automation :-( visible in the failures at https://github.com/gap-packages/groupoids/actions
I will fix this issue manually now to make sure 1.81 gets into the package distro
|
Apologies - I noticed that the “update website” step failed when making the release, but did not think to report this.
|
|
No worries -- I also run into this independently and luckily @stertooy fixed it quickly enough |
|
You merged this but of course CI now fails because the merged changes here require groupoids >= 1.81 but the package distro still only has 1.79. From your comment on gap-system/PackageDistro#1267 it still not clear which way you'd like to move forward. I see at least these options:
|
|
I've just remembered how to use InstalledPackageVersion, so I will revert the groupoids-1.81 requirement and make some adjustments. |
No description provided.