-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git dependencies are not cached #1698
Comments
Maybe this issue can serve as an opportunity to streamline |
I also observed that a Git dependency given as
will be cloned every time I do a |
Having issues with this as well. Does anyone have a temporary/quick fix for this ? Running poetry add with odoo in the pyproject file takes 20-30 mins everytime |
Just use odoo as a submodule in your git repo and change dependency from |
#6131 should have avoided cloning when nothing has changed |
Issue
I checked the code and it seems the temp dir for git dependency installs are not cached. This is a bug-like behaviour for a 1.5 GB repository like https://github.com/odoo/odoo
The text was updated successfully, but these errors were encountered: