From 40435793d9ed9b786d77f53fa112442521a92dc4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:07:01 +0000 Subject: [PATCH] Run tests from repo root --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2be28b..b78077a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,5 +8,4 @@ jobs: steps: - run: python3 --version - run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli - - run: echo "PYTHONPATH=/app" >> $GITHUB_ENV - - run: pytest /app/tests/ -v --tb=short + - run: pytest tests/ -v --tb=short