cached conda gives problems in new Circle CI Builds#189
cached conda gives problems in new Circle CI Builds#189lesteve merged 1 commit intosphinx-gallery:masterfrom
Conversation
|
What problem does this solve? |
Build on the same branch or PR start using the cache and then fail when conda tries to install. See |
|
I see, they are caching the miniconda install. Not sure I am a big fan of the idea, I'd rather remove |
I see the cache is because one downloads a lot. Comparing timings for us downloading conda with mayavi and mkl + install takes a little more than a minute. For MNE-Python they need 3 min to recover their cache which includes more than the conda install. I'm fine with dropping the cache |
dfe16d9 to
2293646
Compare
|
It's a bit weird, but building without saving cache breaks the build because cache was already there. I'm rebuilding from CircleCi to clean everything |
|
Let's merge this one thanks! |
Shamelessly copy from MNE-python Circle CI script not to install conda again