From 39a346dccd559cb6865f2d11dbe1e000add701d8 Mon Sep 17 00:00:00 2001 From: Andrei Vishniakov <31008759+avishniakov@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:46:06 +0100 Subject: [PATCH] no cache in tests --- tests/test_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(