Sorry if this is basic. I am trying to use GitHub as a storage location for my flow. However the flow has a requirement on another local python file. Since the agents are supposed to use the storage to pull down the flow code for running.
n
nicholas
01/10/2021, 12:23 AM
Hi @jeff n - the other dependency will either need to exist on the agent’s local filesystem, will need to be pip installable, or you’ll need to use something like docker storage and make the file available in the container.