Skip to content

Commit 184dfa3

Browse files
committed
[Prefix] Always pass io=outs to Pkg.add
1 parent 3dfb4d3 commit 184dfa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Prefix.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,7 @@ function setup_dependencies(prefix::Prefix,
609609

610610
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
611611
if !isempty(stdlib_pkgspecs)
612-
#ctx = Pkg.Types.Context!(ctx; julia_version=nothing)
613-
Pkg.add(ctx, stdlib_pkgspecs; julia_version=nothing)
612+
Pkg.add(ctx, stdlib_pkgspecs; io=outs, julia_version=nothing)
614613
end
615614

616615
# Load their Artifacts.toml files

0 commit comments

Comments
 (0)