Skip to content

Update CI testing

Update CI testing #897

Workflow file for this run

name: PyPI Tests
# We don't want pushes (or PRs) to gh-pages to kick anything off
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
PyPITests:
uses: Unidata/MetPy/.github/workflows/tests-pypi.yml@main