Skip to content

Fix bug in bulk_statistics when providing a DataArray or iris cube with dask array data #997

Fix bug in bulk_statistics when providing a DataArray or iris cube with dask array data

Fix bug in bulk_statistics when providing a DataArray or iris cube with dask array data #997

name: Check Python File Formatting with Black
on: [push, pull_request]
jobs:
formatting_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up conda
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-ci.yml
generate-run-shell: true
cache-environment: true
cache-downloads: true
- name: Check formatting
shell: micromamba-shell {0}
run:
black --version &&
black tobac --check --diff