Skip to content

Commit

Permalink
[Prefix] Always pass io=outs to Pkg.add
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 23, 2022
1 parent 3dfb4d3 commit 184dfa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Prefix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,7 @@ function setup_dependencies(prefix::Prefix,

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

# Load their Artifacts.toml files
Expand Down

0 comments on commit 184dfa3

Please sign in to comment.