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 fa4640f commit b82fdc4Copy full SHA for b82fdc4
.github/workflows/ci.yml
@@ -153,4 +153,4 @@ jobs:
153
python -m pip install 'zarr${{ matrix.zarr }}'
154
- name: Run tests
155
run: |
156
- python -m pytest
+ python -m pytest -k "not test_double_encode_partition"
0 commit comments