Skip to content

Commit 11c1e57

Browse files
authored
Fix Julia 1.11 Pkg tests (#2860)
1 parent a012899 commit 11c1e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/packages/pkg_cell.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using InteractiveUtils
88
begin
99
import Pkg
1010
Pkg.activate(joinpath(@__DIR__))
11+
Pkg.resolve()
1112
Pkg.instantiate()
1213

1314
# Pkg.status()

0 commit comments

Comments
 (0)