Skip to content

Commit b30f2d8

Browse files
Pin Zarr 3 tests to avoid broken version
Closes #148
1 parent 68f8007 commit b30f2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
shell: bash -el {0}
179179
strategy:
180180
matrix:
181-
zarr: ["==2.18.3", ">=3"]
181+
zarr: ["==2.18.3", ">=3,!=3.0.5"]
182182
steps:
183183
- uses: actions/checkout@v4
184184
- name: Set up Miniconda

0 commit comments

Comments
 (0)