Hey @<1574207113163444224:profile|ShallowCoyote86> , what exactly do you mean by "depends on private_repo_b
"? Another question - after you push the changes, do you re-run script_a.py
?
Hey @<1537605940121964544:profile|EnthusiasticShrimp49> 🙂
sorry I was not clear, with depends on private_repo_b
, I meant in the requirement.txt
I have something like
private_repo_b @
After my changes, I try to launch the script_a
again either from a Task.create()
syntax or even with task.execute_remotely()
in both cases it seems to re-use the older version of dev
or the branch I am in. I looked into the log
and even it finds a new commit, it seems to install the older one. not sure why.