Skip to content

Add script to experiment with grid sizes #85

Add script to experiment with grid sizes

Add script to experiment with grid sizes #85

Workflow file for this run

name: mypy
on: [push, pull_request]
jobs:
mypy:
name: mypy
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run mypy checks
run: mypy .