We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cc653 commit 280f6d8Copy full SHA for 280f6d8
src/Prefix.jl
@@ -618,7 +618,7 @@ end
618
function Pkg_add(ctx::Pkg.Types.Context, rest...; kwargs...)
619
@static if VERSION >= v"1.13-"
620
# No need to pass the context anymore.
621
- _Pkg_add(rest...; kwargs...)
+ _Pkg_add(rest...; julia_version = ctx.julia_version, kwargs...)
622
else
623
_Pkg_add(ctx, rest...; kwargs...)
624
end
0 commit comments