Skip to content

Commit

Permalink
no cache in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Dec 16, 2023
1 parent 1e3edc6 commit 39a346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 39a346d

Please sign in to comment.