To setup the development environment, create a Conda environment from the environment.yml:
conda env create -f environment.ymlThe Makefile contains a number of useful targets for development. Run make ci to run the entire CI pipeline.
Tests require Docker installed to run.
This project uses: