Closed alexfikl closed 1 year ago
Well that worked! Might not be necessary if the mamba
stuff is impressively better, but still not a great loss (matplotlib is pretty much exclusively used in the tests).
EDIT: Gitlab installs with pip
so it doesn't seem to suffer from these issues.
EDIT2: Just installed matplotlib with pip
as well (like the Examples
step is doing already!).
Thanks! Not sure I understand why pip vs conda makes a difference, but :shrug: life's too short, and I'll take 7m vs hours any day. :slightly_smiling_face:
Oh... nvm. I only just read your comment about the time being spent in install rather than running pylint. :facepalm: Mystery solved, sorry about the noise.
This removes matplotlib from the CI and ignores it in
pylint
, so hopefully it won't take an eternity to run now :heart: It could be even faster with themamba
changes on the CI!Fixes #215