diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f6ccc8b..ba257fa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: ruff check . - name: Type check with mypy - run: mypy src/ + run: mypy src/ --python-version 3.10 - name: Run tests run: pytest tests/ -v --cov=src --cov-report=xml