Adam Williamson
Adam Williamson
Possibly by using [this PPA](https://launchpad.net/~arter97/+archive/ubuntu/zlib-ng). I can play around with it if I get time. AFAIK github doesn't offer anything besides Ubuntu and Windows as hosted runners, so if you...
It's a bit confusing, but I *think* that's only python bindings. If you look at their CI, they install miniconda and then https://anaconda.org/conda-forge/zlib-ng to get zlib-ng itself before installing their...
huh, so it looks like we already have miniconda in our CI anyway so it should be fairly trivial to add a matrix dimension that tests with zlib-ng from miniconda...
this is a slightly different way which should avoid a bit of a combinatorial explosion effect, but GHA still doesn't seem to pick up the change :/
well, I don't know why GHA isn't picking up the test matrix change, and I'm not an admin so I can't really poke about much and find out. I'm a...
hum, well, I did see one thing (I had condadeps as an array in one case but a string in the other, it should be a string in both I...
aaaagh merge commits, evil! i'll rebase.
the merge-commit version actually seems wrong as it's badly merged (it'll cause python 3.13 with numpy 1.24 to be *included*, not *excluded*).
Ugh. https://github.com/zarr-developers/zarr-python/actions/runs/11411354019 . What the heck? Why can't I use an empty string? I was trying to avoid duplicating 'pip nodejs' in the two places we define the conda deps...