Replies: 1 comment
-
Reasonable workaround that seems to work for now: After creating an initial env:
I think this holds for core dependencies that don't get removed between environments, and until you remove/create your environment again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a project that depends on another local project. This is specified as a direct local dependency, e.g.,
The issue is when changes are made to
myproject
locally without a version bump, the installed copy becomes out of date, and I need to rebuild the entire environment to get changes reflected.Is there a way to have this dependency be installed in editable or development mode?
Beta Was this translation helpful? Give feedback.
All reactions