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 41d33f5 commit 50b7868Copy full SHA for 50b7868
.github/workflows/ci.yaml
@@ -34,6 +34,8 @@ jobs:
34
runs-on: ${{ matrix.os }}
35
needs: detect-ci-trigger
36
if: needs.detect-ci-trigger.outputs.triggered == 'false'
37
+ env:
38
+ ZARR_V3_EXPERIMENTAL_API: 1
39
defaults:
40
run:
41
shell: bash -l {0}
.github/workflows/upstream-dev-ci.yaml
@@ -37,6 +37,8 @@ jobs:
name: upstream-dev
runs-on: ubuntu-latest
42
if: |
43
always()
44
&& (
@@ -82,7 +84,6 @@ jobs:
82
84
if: success()
83
85
id: status
86
run: |
- export ZARR_V3_EXPERIMENTAL_API=1
87
python -m pytest --timeout=60 -rf \
88
--report-log output-${{ matrix.python-version }}-log.jsonl
89
- name: Generate and publish the report
0 commit comments