From 180cacec79bc6dc41434d06d08c6db7777bd056d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 18:57:14 +0000 Subject: [PATCH] Fix CI: add cd app for correct directory --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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