Closed jdblischak closed 5 years ago
The conda installation step worked on both CircleCI and Travis.
The CircleCI keeps failing during the DSC step. The exact job varies, but it always failed because it gets killed (example). I assume this is because it uses too much memory. One option to fix this would be to have DSC run fewer steps.
A follow-up to #14. Using
conda install
appears to be more robust thanconda env create
on both CircleCI and Travis. The main downside is that now we have to maintain the list of dependencies inenvironment.yaml
and inrequirements/
. I also added some installation instructions.