From f2d84c3e5e8453419507dec1b9ca270d03af1e93 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 17 Dec 2024 15:56:29 +0100 Subject: [PATCH] Use multithread in CI! --- ci/scripts_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts_utils.py b/ci/scripts_utils.py index 5a7a2cdb..bc9f67eb 100644 --- a/ci/scripts_utils.py +++ b/ci/scripts_utils.py @@ -143,7 +143,7 @@ def set_env(): tempenv.TemporaryEnvironment( {"CLOUDPATHLIB_FORCE_OVERWRITE_FROM_CLOUD": "1"} ), - dask.get_or_create_dask_client(processes=True) as client, + dask.get_or_create_dask_client(processes=False) as client, ): # TODO: test with process=true also client.run(set_env)