Skip to content

Commit 7e605f1

Browse files
committed
fixup load path
1 parent 1cdb6bf commit 7e605f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/LAMMPS_jll/.pkg/select_artifacts.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
push!(LOAD_PATH, "..")
1+
push!(Base.LOAD_PATH, dirname(@__DIR__))
2+
push!(Base.LOAD_PATH, "@stdlib")
23

34
if VERSION < v"1.7"
45
using Pkg.TOML

0 commit comments

Comments
 (0)