I wonder what could be causing this error? The rel...
# ask-community
s
I wonder what could be causing this error? The relevant poetry dependency specification is a git dependency with a revision specified:
altair-saver = {git = "<https://github.com/PaleNeutron/altair_saver>", rev = "3a8cf9c3a7a3c8c8b642307cd1aec33ae85cc1e3"}
Ah I think I see what could be happening. It is attempting to copy from
/home/ubuntu/pipeline/.venv/src
and into
/home/ubuntu/pipeline/code/.venv/src
, which does not exist
In case it helps anyone else, adding an extra
.parent
to the deployment process working_dir param solved this.