-
Notifications
You must be signed in to change notification settings - Fork 149
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
[wip] [squash] Add conda locks for CI #348
Conversation
Btw before adding conda cache, conda was about 2:50, so it feels like download of packages was not a bottleneck. I even wondered if having local packages could result in slower times to solve the env., but then I was not using mamba yet (and the lock files were already on horizon). |
Ha, finally got a cache hit on windows for the conda packages. Now to see if it makes a lick of difference... |
Haven't dug into the repeated I've also warmed back up the |
Stale? |
Definitely stale here, though the approach is sound. I'm working on some
related stuff... Hopefully will have more to show soon.
|
I'm not at my keyboard, but this can be safely closed!
|
References
dodo
andconda-lock
Code changes
lock.py
is implemented as adodo
task generatorblack
Anecdata:
master
, hot cache on the PR)lint: linux py38
test: win-64 py3.8
User-facing changes
N/A
Backwards-incompatible changes
N/A
Chores