I am working on MetopDatasets.jl and I want to includes some sample data for CI tests and precompilation. How can I include sample data in packages and still keep the size of the repository down?
I am considering to use lazy artifacts (8. Artifacts · Pkg.jl) so they are just downloaded when needed. Is this a good solution and what are acceptable sizes for artifacts like that?