We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7a882 commit c1f9d5dCopy full SHA for c1f9d5d
.github/workflows/minimal.yml
@@ -22,12 +22,16 @@ jobs:
22
activate-environment: minimal
23
- name: Tests
24
shell: "bash -l {0}"
25
+ env:
26
+ ZARR_V3_EXPERIMENTAL_API: 1
27
run: |
28
conda activate minimal
29
python -m pip install .
30
pytest -svx --timeout=300
31
- name: Fixture generation
32
33
34
35
36
37
rm -rf fixture/
0 commit comments