Reputation
Badges 1
6 × Eureka!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 s...
Hi @<1523701087100473344:profile|SuccessfulKoala55> I had tried removing all the ~/clearml
but still got the same
Username for '
':
The interesting part is that if I have only 1 dependency within the mono repo it works. As soon as I add a second dependency from my monorepo, this error start to raise
Hi @<1523701087100473344:profile|SuccessfulKoala55> sorry for delay, I really tried to remove all sensible information from the log.
I tried to replace them with $my_monorepo, $my_user, $my_organization … let me know if you need anything else! Thanks!
@<1523701087100473344:profile|SuccessfulKoala55> if that can help I can make a dummy open source mono repository so we reproduce it in a much easier way! let me know!
hey @<1523701087100473344:profile|SuccessfulKoala55> here is the monorepo structure I am using None
you should be able to fetch it. However to get the auth issue you will need to copy this public repo into a private one (ideally with 2FA). Feel free to push commits if needed!
I hope this helps the debugging! 🙂