Hi,
I am working on a package , I can instantiate it with no problem on my local computer, and my colleagues have no problem to instantiate it on their computer too.
However, we have a CI remote that error when trying to instantiate it. Our CI workflow can be seen here.
I have looked for similar issues, and found that it may be solved by removed Manifest.toml or the General registry, I have tried without success. (as you can see in the CI .yml file). Here is the full error message.
Any idea? Thanks a lot for your time and help!
EDIT: this has been fixed, I think by having Makie and CairoMakie explicitly in the deps (not just CairoMakie)