Skip to content

Get mypy passing under Windows #50

Get mypy passing under Windows

Get mypy passing under Windows #50

Workflow file for this run

name: "Build"
on: ["pull_request"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pipx run build