Skip to content

Commit 111189e

Browse files
committed
fixup! Add test JLL
1 parent dcabac8 commit 111189e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/LAMMPS_jll/.pkg/select_artifacts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Use LazyArtifacts in this case.
55
# Fixed in https://github.com/JuliaLang/Pkg.jl/pull/2920
66

7-
push!(Base.LOAD_PATH, "@stdlib")
7+
push!(Base.LOAD_PATH, dirname(@__DIR__))
88
using TOML, Artifacts, Base.BinaryPlatforms
99
include("./platform_augmentation.jl")
1010
artifacts_toml = joinpath(dirname(@__DIR__), "Artifacts.toml")

test/LAMMPS_jll/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ MPItrampoline_jll = "f1f71cc9-e9ae-5b93-9b94-4fe0e1ad3748"
1313
MicrosoftMPI_jll = "9237b28f-5490-5468-be7b-bb81f5f5e6cf"
1414
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1515
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
16+
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1617

1718
[compat]
1819
JLLWrappers = "1.4.0"

0 commit comments

Comments
 (0)