From 9e7c35bed9ba722f7c7c4abaacbeb5321b748e77 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Fri, 1 Sep 2023 19:27:11 +0100 Subject: [PATCH] changed runtime to local for githook --- model_data/simulation_system/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_data/simulation_system/training.py b/model_data/simulation_system/training.py index d3212209..c2f6819c 100644 --- a/model_data/simulation_system/training.py +++ b/model_data/simulation_system/training.py @@ -28,7 +28,7 @@ from core.Settings import ( TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT) -RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local-mock") +RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local") CLIENT = BotoClient(runtime_environment=RUNTIME_ENVIRONMENT) # CLIENT = S3FSClient(runtime_environment=RUNTIME_ENVIRONMENT)