Skip to content

Commit 6f79df7

Browse files
committed
COMP: Remove CI installation of zarr==3.0.0b2
zarr-python 3.0.0 is now released. This version contains some bugs, which we are running into. We will get zarr-python 2 on older Python and zarr-python 3 with newer (3.11+).
1 parent c9e043e commit 6f79df7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
python -m pip install --upgrade pip
3333
python -m pip install -e ".[tensorstore]"
3434
35-
- name: Install Zarr Python 3 for OME-Zarr 0.5
36-
if:
37-
${{ matrix.python-version != '3.9' && matrix.python-version != '3.10'
38-
}}
39-
run: |
40-
python -m pip install --upgrade --pre "zarr==3.0.0b2"
41-
4235
- name: Test with pytest
4336
run: |
4437
pytest --junitxml=junit/test-results.xml

0 commit comments

Comments
 (0)