Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 595 Bytes

Airflow Rocket

To setup the development environment, create a Conda environment from the environment.yml:

conda env create -f environment.yml

Useful commands

The Makefile contains a number of useful targets for development. Run make ci to run the entire CI pipeline.

Testing

Tests require Docker installed to run.

Tools used

This project uses: