aiidaplugins / aiida-lammps

LAMMPS plugin for AiiDA
https://aiida-lammps.readthedocs.io
MIT License
25 stars 15 forks source link

CI: Force `jpeg` conda package to be installed #57

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

The install for lammps==2021.09.29 was missing a shared library object that is installed by jpeg. 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.

sphuber commented 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.

JPchico commented 1 year ago

Thanks for the discovery! interesting that this becomes an issue with python 3.10