ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
23 stars 9 forks source link

Extend python versions covered to include Python 3.11 #102

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

This PR:

Closes #101

MarionBWeinzierl commented 1 year ago

The tests errored for test(windows-latest, 3.10) in the install dependencies part (https://github.com/ImperialCollegeLondon/pyrealm/actions/runs/6094780521/job/16537046760?pr=102) , but when I reran it, it went through fine (https://github.com/ImperialCollegeLondon/pyrealm/actions/runs/6094780521/job/16612358305) - said something about a file being used by another process in the the previous run.

davidorme commented 1 year ago

I see that relatively frequently, and not just on this repo. I think it is a runner problem rather than a project problem?