ci: install dependencies for mypy type checking
Some checks failed
CI / Security Scan (push) Failing after 22s
CI / Lint & Format (push) Failing after 24s
CI / Unit Tests (push) Has been skipped
CI / Security Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped

Also fix type errors in fuzz tests.
This commit is contained in:
Username
2025-12-25 20:47:17 +01:00
parent 8408fedf5a
commit e8b4cd5e77
2 changed files with 9 additions and 6 deletions

View File

@@ -29,8 +29,10 @@ jobs:
git clone --depth 1 --branch "${GITHUB_REF_NAME}" \
"https://oauth2:${{ github.token }}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git" .
- name: Install dev tools
run: pip install -q ruff mypy
- name: Install dependencies
run: |
pip install -q -r requirements.txt
pip install -q ruff mypy
- name: Python syntax check
run: python -m py_compile run.py wsgi.py app/*.py app/**/*.py