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 a012899 commit 11c1e57Copy full SHA for 11c1e57
test/packages/pkg_cell.jl
@@ -8,6 +8,7 @@ using InteractiveUtils
8
begin
9
import Pkg
10
Pkg.activate(joinpath(@__DIR__))
11
+ Pkg.resolve()
12
Pkg.instantiate()
13
14
# Pkg.status()
0 commit comments