diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a5fe2f7..305e8b2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: - name: Run tests and linting run: | python -m pip install --upgrade pip + cd app pip install -e ".[dev]" python -m pytest tests/ -v --cov=src --cov-report=term-missing pip install ruff