Skip to content

Fix target.units setup for tasmean #76

Fix target.units setup for tasmean

Fix target.units setup for tasmean #76

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"