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 1cdb6bf commit 7e605f1Copy full SHA for 7e605f1
test/LAMMPS_jll/.pkg/select_artifacts.jl
@@ -1,4 +1,5 @@
1
-push!(LOAD_PATH, "..")
+push!(Base.LOAD_PATH, dirname(@__DIR__))
2
+push!(Base.LOAD_PATH, "@stdlib")
3
4
if VERSION < v"1.7"
5
using Pkg.TOML
0 commit comments