diff --git a/tests/test_template.py b/tests/test_template.py index fc6f836..8d25de6 100644 --- a/tests/test_template.py +++ b/tests/test_template.py @@ -80,7 +80,7 @@ def generate_and_run_project( # MLFlow `service daemon is not running` error on MacOS if platform.system().lower() not in ["windows"]: # run the project - call = [sys.executable, "run.py"] + call = [sys.executable, "run.py", "--no-cache"] try: subprocess.check_output(