Skip to content

Commit

Permalink
Fix Julia 1.11 Pkg tests (fonsp#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Mar 28, 2024
1 parent a012899 commit 11c1e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/packages/pkg_cell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using InteractiveUtils
begin
import Pkg
Pkg.activate(joinpath(@__DIR__))
Pkg.resolve()
Pkg.instantiate()

# Pkg.status()
Expand Down

0 comments on commit 11c1e57

Please sign in to comment.