ga: add mypy to requirements_dev

This commit is contained in:
Richard Kubíček
2025-03-21 15:41:24 +01:00
parent e84426e49c
commit 284edd3a45
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy types-requests types-setuptools
pip install -r requirements_dev.txt
- name: Run MyPy