Closed davidorme closed 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.
I see that relatively frequently, and not just on this repo. I think it is a runner problem rather than a project problem?
This PR:
pyproject.toml
to add Python 3.11docs
andqa
jobs.mypy
and other issues arising from using 3.11Closes #101