zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.45k stars 273 forks source link

Remove un-needed package installs in CI #2095

Closed dstansby closed 2 weeks ago

dstansby commented 3 weeks ago

These are either installed elsewhere (from a dependencies file), or not required for the tests. Should speed up v2 CI a little bit 🚀

TODO: