diff --git a/.github/workflows/config.py b/.github/workflows/config.py index e3b0103..d796cc6 100644 --- a/.github/workflows/config.py +++ b/.github/workflows/config.py @@ -121,6 +121,6 @@ def calc_task_manager_resources(task_manager_process_memory): "client_kwargs": {"region_name": "us-west-2"}, } -c.InputCacheStorage.fsspec_class = c.TargetStorage.fsspec_class -c.InputCacheStorage.fsspec_args = c.TargetStorage.fsspec_args -c.InputCacheStorage.root_path = f"{BUCKET_PREFIX}/cache/" +# c.InputCacheStorage.fsspec_class = c.TargetStorage.fsspec_class +# c.InputCacheStorage.fsspec_args = c.TargetStorage.fsspec_args +# c.InputCacheStorage.root_path = f"{BUCKET_PREFIX}/cache/"