diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1811e3d..3665eab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - name: Install dependencies run: | pip install -e ".[dev]" + pip install ruff mypy - name: Run linting run: ruff check src/ @@ -53,4 +54,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: dist - path: dist/* \ No newline at end of file + path: dist/ \ No newline at end of file