Skip to content

Commit d851fc3

Browse files
tomwhitejeromekelleher
authored andcommitted
Reinstate test_double_encode_partition for zarr-python 3.0.3 and later
1 parent fb47b63 commit d851fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-latest
139139
strategy:
140140
matrix:
141-
zarr: ["==2.18.3", ">=3"]
141+
zarr: ["==2.18.3", ">=3.0.3"]
142142
steps:
143143
- uses: actions/checkout@v4
144144
- uses: actions/setup-python@v5
@@ -153,4 +153,4 @@ jobs:
153153
python -m pip install 'zarr${{ matrix.zarr }}'
154154
- name: Run tests
155155
run: |
156-
python -m pytest -k "not test_double_encode_partition"
156+
python -m pytest

0 commit comments

Comments
 (0)