Skip to content

Commit 8f0e10a

Browse files
committed
Track the metadata file s.t. the pacakage gets precompiled when it's changed
1 parent ae16d50 commit 8f0e10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MLJModels.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ include("metadata.jl")
7272

7373
# read in the metadata:
7474
metadata_file = joinpath(srcdir, "registry", "Metadata.toml")
75+
Base.include_dependency(metadata_file)
7576
const INFO_GIVEN_HANDLE = info_given_handle(metadata_file)
7677
const PKGS_GIVEN_NAME = pkgs_given_name(INFO_GIVEN_HANDLE)
7778
const AMBIGUOUS_NAMES = ambiguous_names(INFO_GIVEN_HANDLE)

0 commit comments

Comments
 (0)