basti8909
Results
2
comments of
basti8909
We ran into the same issue that @JacobHayes mentioned since we updated to Poetry 1.4.0 with an editable dependency: ``` [tool.poetry.dependencies] shared = {path = "../shared", develop = true} ```...
I'm not sure if this is the correct/best way to do it but at least it works for me to use environment variable `PYTHONPATH`: ```yml provider: environment: PYTHONPATH: src functions:...