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.
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 usingpayu/dev
for specific branches.Closes #37 Closes #17