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.
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 asbenchcab --version
to test things are working.