Skip to content

Commit

Permalink
Use multithread in CI!
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 17, 2024
1 parent 9b44cfc commit f2d84c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f2d84c3

Please sign in to comment.