Skip to content

Commit d008e33

Browse files
authored
Use explicit repo name in upstream wheels (#10181)
The name of the repo has changed from `zarr` to `zarr-python` it was still working due to github re-direct, but better to be explicit about which repo this is aiming at
1 parent fdfe15e commit d008e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-upstream-wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python -m pip install \
5353
git+https://github.com/dask/dask \
5454
git+https://github.com/dask/dask-expr \
5555
git+https://github.com/dask/distributed \
56-
git+https://github.com/zarr-developers/zarr \
56+
git+https://github.com/zarr-developers/zarr-python \
5757
git+https://github.com/Unidata/cftime \
5858
git+https://github.com/pypa/packaging \
5959
git+https://github.com/hgrecco/pint \

0 commit comments

Comments
 (0)