Hi, with the `@pypi_base` decorator I can point a ...
# ask-metaflow
w
Hi, with the
@pypi_base
decorator I can point a package to a local directory (which works), but subsequent changes to the package do not show up (the resolver seems to think the package is cached). Is there a way to make the decorator pick up future changes to the package, similar to how
develop=True
works?