Registered package not showing up in general when running docs

Hi there,

I registered TypeClasses 1.1.0 however my documenter run within github actions is not able to find it

I get

Run julia --project=docs -e '
   Resolving package versions...
  Installing known registries into `~/.julia`
       Added registry `General` to `~/.julia/registries/General`
ERROR: Unsatisfiable requirements detected for package TypeClasses [addcc920]:
 TypeClasses [addcc920] log:
 ├─possible versions are: 1.0.0 or uninstalled
...

JuliaHub shows the correct version 1.1.0 JuliaHub

does someone know how to fix this? (it is also appearing when using Binder…)

https://github.com/JuliaRegistries/General/issues/16777

1 Like