Closed sphuber closed 1 year ago
@JPchico the failure is due to failing to upload the coverage report to codecov. The error seems to suggest we are missing a token, but since we are a public repo, that is not necessary. This thread explains that this error is raised when the rate limiter is hit. There is not much we can do it seems, this is just a problem that is transient that can happen quite often it seems.
Thanks for the discovery! interesting that this becomes an issue with python 3.10
The install for
lammps==2021.09.29
was missing a shared library object that is installed byjpeg
. To fix it, we install it manually. It is not clear why this started failing now and why this is not installed automatically as a dependency of the lammps install if it requires it.