Skip to content

Commit

Permalink
Enable Zarr V3 tests in all CI runs. (pydata#8585)
Browse files Browse the repository at this point in the history
* Bump min deps.

Closes pydata#8581

* Fix scipy

* Update bare-minimum

* Consolidate CI jobs

* Fix flox

* Flox 0.7

0.8 enforces 0numbagg > 0.6

* Update packaging

* update whats-new list

* Enable Zarr V3 tests in all CI runs.
  • Loading branch information
dcherian authored Jan 5, 2024
1 parent cd6862b commit e023903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ${{ matrix.os }}
needs: detect-ci-trigger
if: needs.detect-ci-trigger.outputs.triggered == 'false'
env:
ZARR_V3_EXPERIMENTAL_API: 1
defaults:
run:
shell: bash -l {0}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
name: upstream-dev
runs-on: ubuntu-latest
needs: detect-ci-trigger
env:
ZARR_V3_EXPERIMENTAL_API: 1
if: |
always()
&& (
Expand Down Expand Up @@ -82,7 +84,6 @@ jobs:
if: success()
id: status
run: |
export ZARR_V3_EXPERIMENTAL_API=1
python -m pytest --timeout=60 -rf \
--report-log output-${{ matrix.python-version }}-log.jsonl
- name: Generate and publish the report
Expand Down

0 comments on commit e023903

Please sign in to comment.