Skip to content

Add example using xarray atmospheric data #141

Add example using xarray atmospheric data

Add example using xarray atmospheric data #141

Workflow file for this run

name: Type-check
on:
pull_request:
branches:
- main
concurrency:
group: typing-${{ github.ref }}
cancel-in-progress: true
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache-dependency-path: pyproject.toml
- name: Install tox
run: |
pip install tox
- name: Run mypy on typed modules
run: tox -e mypy