Skip to content

Commit 485a9e8

Browse files
committed
Can't reproduce bug locally, hopefully this fixes it
1 parent 6658455 commit 485a9e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_udunits.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def sample_intake(request):
1515
import intake
1616

1717
cat = intake.open_catalog(
18-
'https://raw.githubusercontent.com/xarray-contrib/xwrf-data/main/catalogs/catalog.yml'
18+
'https://raw.githubusercontent.com/xarray-contrib/xwrf-data/main/catalogs/catalog.yml',
19+
storage_options=dict(asynchronous=False),
1920
)
2021
return cat[request.param].to_dask()
2122

0 commit comments

Comments
 (0)