Skip to content

Commit 2ad7ee1

Browse files
committed
instantiate
1 parent d328654 commit 2ad7ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ module TestJLL end
9090

9191
# Package with a augment_platform!
9292
@static if VERSION >= v"1.6.0-DEV"
93-
Pkg.develop(PackageSpec(path=joinpath(@__DIR__, "LAMMPS_jll")))
93+
Pkg.develop(PackageSpec(path=joinpathA(@__DIR__, "LAMMPS_jll")))
94+
Pkg.instantiate()
9495
@test_nowarn @eval TestJLL using LAMMPS_jll
9596
@test @eval TestJLL LAMMPS_jll.is_available()
9697
@test @eval TestJLL LAMMPS_jll.abi == (Sys.iswindows() ? :MicrosoftMPI : :MPICH)

0 commit comments

Comments
 (0)