ACCESS-NRI / model-config-tests

Tests for checking model configurations
Apache License 2.0
0 stars 1 forks source link

Build repro test environments using payu modules #51

Closed jo-basevi closed 3 months ago

jo-basevi commented 3 months ago

Build virtual python environments on top of payu conda environments to get access to all the packages. This will reduce size for testing environments, and model-config-tests do not need to keep track of specific dependencies needed to run models using payu, and model configurations can specify what payu version to run. This also allows options to run repro tests using payu/dev for specific branches.

Closes #37 Closes #17