Skip to content

Commit c1f9d5d

Browse files
committed
Activate ZVEA for minimal.yml
1 parent 7c7a882 commit c1f9d5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/minimal.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
activate-environment: minimal
2323
- name: Tests
2424
shell: "bash -l {0}"
25+
env:
26+
ZARR_V3_EXPERIMENTAL_API: 1
2527
run: |
2628
conda activate minimal
2729
python -m pip install .
2830
pytest -svx --timeout=300
2931
- name: Fixture generation
3032
shell: "bash -l {0}"
33+
env:
34+
ZARR_V3_EXPERIMENTAL_API: 1
3135
run: |
3236
conda activate minimal
3337
rm -rf fixture/

0 commit comments

Comments
 (0)