CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 4 forks source link

CI doesn't pick up on missing dependencies in meta.yaml #264

Closed SeanBryan51 closed 8 months ago

SeanBryan51 commented 8 months ago

The CI currently doesn't pick up on missing dependencies in meta.yaml (see #263). In addition to running conda build, we could install the built package in a fresh environment and run pytest on the installed package, or we could run a simple command such as benchcab --version to test things are working.