Skip to content

Commit 440991c

Browse files
IanButterworthKristofferC
authored andcommitted
Update registries during dev (#4186)
(cherry picked from commit 0e123a2)
1 parent e423331 commit 440991c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/API.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ function develop(ctx::Context, pkgs::Vector{PackageSpec}; shared::Bool=true,
244244

245245
new_git = handle_repos_develop!(ctx, pkgs, shared)
246246

247+
Operations.update_registries(ctx; force = false, update_cooldown = Day(1))
247248

248249
for pkg in pkgs
249250
if Types.collides_with_project(ctx.env, pkg)

0 commit comments

Comments
 (0)