Skip to content

Commit 195decc

Browse files
committed
Explicitly install Zarr main branch (v2) rather than the default (v3)
1 parent 4e235f9 commit 195decc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/upstream_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def install_deps() -> None:
2020
"git+https://github.com/pandas-dev/pandas#egg=pandas",
2121
"git+https://github.com/pangeo-data/rechunker.git#egg=rechunker",
2222
"git+https://github.com/pydata/xarray.git#egg=xarray",
23-
"git+https://github.com/zarr-developers/zarr-python.git#egg=zarr",
23+
"git+https://github.com/zarr-developers/zarr-python.git@main#egg=zarr",
2424
)
2525
full_cmd_upstream = install_cmd + upstream_deps
2626
print(f"Install upstream dependencies via: {full_cmd_upstream}")

0 commit comments

Comments
 (0)