We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea2e99 commit b2afd32Copy full SHA for b2afd32
.github/workflows/build.yml
@@ -56,6 +56,7 @@ jobs:
56
- name: Install zarr${{ matrix.zarr }}
57
run: |
58
python -m pip install --pre 'zarr${{ matrix.zarr }}'
59
+ python -m pip uninstall -y bio2zarr # TODO: remove when bio2zarr supports Zarr Python 3
60
- name: Run tests
61
62
pytest
0 commit comments