Skip to content

Commit b2afd32

Browse files
committed
Zarr v3 tests not yet working with bio2zarr
1 parent 2ea2e99 commit b2afd32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Install zarr${{ matrix.zarr }}
5757
run: |
5858
python -m pip install --pre 'zarr${{ matrix.zarr }}'
59+
python -m pip uninstall -y bio2zarr # TODO: remove when bio2zarr supports Zarr Python 3
5960
- name: Run tests
6061
run: |
6162
pytest

0 commit comments

Comments
 (0)