Skip to content

Commit

Permalink
remove call to update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 16, 2024
1 parent b2ffe3d commit 8adb6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ let
Pkg.add(Pkg.PackageSpec(path = "TestPkg.jl/"))
Pkg.update(; update_registry = false)
Pkg.status()
Pkg.Registry.update()
pkgs_path = pkgdir(Pkg, "test", "test_packages")
# Precompile a diverse set of test packages
# Check all test packages occasionally if anything has been missed
Expand Down

0 comments on commit 8adb6d9

Please sign in to comment.