Skip to content

Commit 09d7b76

Browse files
committed
Test with multiple zarr versions
1 parent 506c89b commit 09d7b76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.11", "3.12", "3.13"]
16+
zarr-version: ["3.0.*", "3.1.*"]
1617
# macos-13 is an intel runner, macos-14 is an arm64 runner
17-
platform: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
18+
platform:
19+
[ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
1820

1921
defaults:
2022
run:
@@ -51,6 +53,7 @@ jobs:
5153
run: |
5254
export DISABLE_NUMCODECS_AVX2=""
5355
python -m pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
56+
python -m pip install zarr==${{ matrix.zarr-version }}
5457
5558
- name: Install zarr-python
5659
# Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out

0 commit comments

Comments
 (0)