Skip to content

Make mytest checking more relaxed in research town (#7) #21

Make mytest checking more relaxed in research town (#7)

Make mytest checking more relaxed in research town (#7) #21

Workflow file for this run

name: Mypy
on: [push]
jobs:
Static-Type-Checking:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11.2
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python3
poetry install --all-extras
- name: Type-checking package with mypy
run: |
# Run this mypy instance against our main package.
poetry run pip install types-protobuf==4.24.0.4
poetry run mypy --strict .