lore
lore copied to clipboard
Do not run env check on lore import - only on cli invocation
What
import lore
triggers environment setup which prevents modular use of Lore. Run the env check explicitly instead when lore
entrypoint is called.
Why
This allows Lore to be used as a module for its internal functions without the environment setup which can be done by other means, e.g. Docker.