Skip to content

Commit 63fdd91

Browse files
committed
Make sure we test minimum version of numpy
1 parent 1616b3b commit 63fdd91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
7373
- name: Install zarr-python
7474
shell: "bash -l {0}"
75+
# Since zarr v3 requires numpy >= 1.25, on Python 3.11 leave it out
76+
# so we can have some tests of our minimum version of numpy (1.24)
77+
if: matrix.python-version != '3.11'
7578
run: |
7679
conda activate env
7780
# TODO: remove --pre option when zarr v3 is out

0 commit comments

Comments
 (0)