Skip to content

Commit

Permalink
Explicitly install Zarr main branch (v2) rather than the default (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 19, 2024
1 parent 4e235f9 commit 195decc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/upstream_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def install_deps() -> None:
"git+https://github.com/pandas-dev/pandas#egg=pandas",
"git+https://github.com/pangeo-data/rechunker.git#egg=rechunker",
"git+https://github.com/pydata/xarray.git#egg=xarray",
"git+https://github.com/zarr-developers/zarr-python.git#egg=zarr",
"git+https://github.com/zarr-developers/zarr-python.git@main#egg=zarr",
)
full_cmd_upstream = install_cmd + upstream_deps
print(f"Install upstream dependencies via: {full_cmd_upstream}")
Expand Down

0 comments on commit 195decc

Please sign in to comment.