-
Notifications
You must be signed in to change notification settings - Fork 1
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
KeyError: key v"0.1.1" not found #52
Comments
We should add some |
On a separate note, you can try running the RegistryCI "registry consistency tests" on your registry. That can sometimes be helpful in catching registry issues. If your registry is located at julia> import RegistryCI
julia> registry_path = "/path/to/my/registry"
julia> registry_deps = ["https://github.com/JuliaRegistries/General.git"]
julia> RegistryCI.test(registry_path; registry_deps) |
As a work-around Interestingly both packages causing issues were not real packages but were there to test Registrator and TagBotGitLab respectively. |
I am trying to run this on Invenia's internal registry,
and I am getting an error:
It is unclear what it is about, or how to fix it.
I suspect something at some point has been done to Invenia's registry that puts it in some kind of inconsistent state.
The text was updated successfully, but these errors were encountered: