holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Fix PYENV_VERSION on Travis #104

Closed jbednar closed 3 years ago

jbednar commented 3 years ago

Apparently PYENV_VERSION needs to become PYTHON_VERSION for Travis CI to be happy. Also updated Python from 3.6 to 3.7, which shouldn't be an issue for any of the libraries used, but one never knows.

jbednar commented 3 years ago

Reliably failing with "CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again." Oddly, that's just on a step of updating conda, so it's hard to see what we could do differently. For now, closing and expecting to change CI systems, which will at least have different issues.