diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c2762bf..832de75 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: run: pip install --no-cache-dir -r requirements.txt - name: Install Test Dependencies - run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite + run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite ruff - name: Run Linter run: ruff check app/ tests/