diff --git a/template/run.py b/template/run.py index 4484d0c..c6f9a49 100644 --- a/template/run.py +++ b/template/run.py @@ -51,7 +51,7 @@ @click.option( "--no-cache", is_flag=True, - default=False, + default=True, help="Disable caching for the pipeline run.", ) @click.option(