From 3a19c93a5917cd10e9dcb21528939f1d2422ac04 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Tue, 22 Oct 2024 14:30:18 +0200 Subject: [PATCH] Use benchmarks account for `test_regrid` (#1564) --- tests/geospatial/test_regrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/geospatial/test_regrid.py b/tests/geospatial/test_regrid.py index dde2f4c37b..e4d5e1e131 100644 --- a/tests/geospatial/test_regrid.py +++ b/tests/geospatial/test_regrid.py @@ -12,7 +12,7 @@ def test_xesmf( client_factory, output_resolution, cluster_kwargs={ - "workspace": "dask-engineering-gcp", + "workspace": "dask-benchmarks-gcp", "region": "us-central1", "wait_for_workers": True, },