payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 25 forks source link

Docs clean-up and CI updates #411

Closed aidanheerdegen closed 5 months ago

aidanheerdegen commented 5 months ago

Documentation clean-ups:

Closes #346 Closes #282, Closes #283 Closes #298 Closes #308 Closes #332

CI update workflow versions: closes #409

pep8speaks commented 5 months ago

Hello @aidanheerdegen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-01-23 07:12:35 UTC
aidanheerdegen commented 5 months ago

I had to edit the branch protection rules because build had been renamed to Tests, so it was waiting on the return status of CI checks that no longer existed.

I have hard-coded the Tests matrix for the python versions. There are workarounds but I'm leaving that for another day.