As noted , there are tests in this repo which rely on the access-esm1.6 driver in payu, however this was added to payu after the latest release.
Therefore if a user does pip install from the model-config-tests repo, the access-esm1.6 test won't run unless the user manually updates the payu version from master branch in https://github.com/payu-org/payu
When run through the CI, model-config-tests use installed payu on NCI. So this is mostly an issue for user installs.
We could
- do a payu release and update the dependency version
- change the dependency to pull from github ?
- note this in the docs?
- other?