diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dcf4d39..6e71f57 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -e ".[dev]" + pip install ruff mypy - name: Run tests run: pytest confsync/tests/ -v --tb=short