From 470809e6ac68944df1cebe9a8faee435cec90e9b Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Fri, 27 Sep 2024 15:29:41 +0200 Subject: [PATCH] Use dask-benchmarks-gcp --- tests/geospatial/test_rechunking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/geospatial/test_rechunking.py b/tests/geospatial/test_rechunking.py index 3782d4e0bb..5188e0aced 100644 --- a/tests/geospatial/test_rechunking.py +++ b/tests/geospatial/test_rechunking.py @@ -7,7 +7,7 @@ def test_era5_rechunking( scale, client_factory, cluster_kwargs={ - "workspace": "dask-engineering-gcp", + "workspace": "dask-benchmarks-gcp", "region": "us-central1", "wait_for_workers": True, },