Skip to content

Commit 182017c

Browse files
Fixup zarr install
1 parent 51e4cc3 commit 182017c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/zarr-v2-compat.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
- uses: astral-sh/setup-uv@v5
1616

17-
- name: Install with zarr v2
18-
run: |
19-
echo "zarr<3" > zarr-override.txt
20-
uv sync --python 3.11 --group test --override zarr-override.txt
17+
- name: Install dependencies
18+
run: uv sync --python 3.11 --group test
19+
20+
- name: Downgrade zarr to v2
21+
run: uv pip install "zarr>=2.18,<3"
2122

2223
- name: Run tests
2324
run: uv run pytest

0 commit comments

Comments
 (0)