Skip to content

Commit 50b7868

Browse files
committed
Enable Zarr V3 tests in all CI runs.
1 parent 41d33f5 commit 50b7868

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
needs: detect-ci-trigger
3636
if: needs.detect-ci-trigger.outputs.triggered == 'false'
37+
env:
38+
ZARR_V3_EXPERIMENTAL_API: 1
3739
defaults:
3840
run:
3941
shell: bash -l {0}

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
name: upstream-dev
3838
runs-on: ubuntu-latest
3939
needs: detect-ci-trigger
40+
env:
41+
ZARR_V3_EXPERIMENTAL_API: 1
4042
if: |
4143
always()
4244
&& (
@@ -82,7 +84,6 @@ jobs:
8284
if: success()
8385
id: status
8486
run: |
85-
export ZARR_V3_EXPERIMENTAL_API=1
8687
python -m pytest --timeout=60 -rf \
8788
--report-log output-${{ matrix.python-version }}-log.jsonl
8889
- name: Generate and publish the report

0 commit comments

Comments
 (0)