Skip to content

Rnn scorer

Rnn scorer #2290

Workflow file for this run

name: Typing
on: [ push, pull_request ]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
pip install .[typing]
- name: Run mypy
run: mypy autointent