Skip to content

Fix of #4237 : 'ValueError: Input array must be contiguous' when *cas… #3371

Fix of #4237 : 'ValueError: Input array must be contiguous' when *cas…

Fix of #4237 : 'ValueError: Input array must be contiguous' when *cas… #3371

name: Check changelog entries
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-changelogs:
name: Check changelog entries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Check zarr-python changelog entries
run: uv run --no-sync python ci/check_changelog_entries.py
- name: Check zarr-metadata changelog entries
run: uv run --no-sync python ci/check_changelog_entries.py packages/zarr-metadata/changes
- name: Check zarr-indexing changelog entries
run: uv run --no-sync python ci/check_changelog_entries.py packages/zarr-indexing/changes
- name: Check zarr-http-server changelog entries
run: uv run --no-sync python ci/check_changelog_entries.py packages/zarr-http-server/changes