-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH/CI: Cache packages installed from conda #42580
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
Comments
It shouldn't be hard. I'll try cache for the windows build in #42581 |
Do you still want to work on this? If not I think we can mark as good first issue/contrib welcome as instructions above look comprehensive :) |
2)conda env create -f env.yaml -n new_env I would expect conda-pack to then work on this rebuilt version of the environment. |
Is it still open? |
I think we do with now with |
Currently, I think we are downloading all the packages every time CI is run. This takes a long time(~5-10 min. on azure) and makes CI flakier, since sometimes we can't connect to the Anaconda servers, and sometimes we timeout on Azure. We should cache the packages downloaded and only check for updates everytime the CI is run. I think we're doing some form of this on GHA, but we should also do it on azure.
cc @fangchenli
The text was updated successfully, but these errors were encountered: