Hello! congratulations for pip decorator, it is an...
# ask-metaflow
f
Hello! congratulations for pip decorator, it is an amazing feature! I have a question: it is possible to use this pip managed flows with dependanbot git bot?
1
v
interesting idea! you could use Dependabot to keep your
requirements.txt
or
environment.yml
up to date as usual. Those files can be read by the bleeding-edge version of
@pypi
which you can find in the Netflix's extension package. Technically you could then deploy automatically with updated dependencies, used by
@pypi
, in a GitHub action
f
thanks, I will take a look at this approach
👍 1