Skip to content

Add example using xarray atmospheric data #28

Add example using xarray atmospheric data

Add example using xarray atmospheric data #28

Workflow file for this run

# https://github.com/marketplace/actions/labeler
name: Add labels
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"