Closed Luthaf closed 3 years ago
I ended up updating Python to 3.8 as well, since Python 3.6 will soon reach EOL.
I don't quite understand the error we had in notebooks (see https://app.circleci.com/pipelines/github/cosmo-epfl/librascal/2742/workflows/01b8c7cd-5350-4aba-a85d-f73be17ef31c/jobs/24163 for an example). The error does not happen in normal notebook mode, so there might be something going on with nbval.
~Trying to debug the CI failures seen in #387~
We were using a very old version of pip (version 9, default in ubuntu 18.04) which did not understand the new plaftorm tags manylinux2014 & manylinux_2_17, meaning it was not picking up pre-built wheels for Pillow.