Skip to content

Commit f2a75ee

Browse files
committed
Fix vcf2zarr tests
Update to schema format 0.6 Fix alleles dimension in GWAS tutorial schema
1 parent 2507dea commit f2a75ee

File tree

4 files changed

+279
-1402
lines changed

4 files changed

+279
-1402
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ 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
6059
- name: Run tests
6160
run: |
6261
pytest

0 commit comments

Comments
 (0)