From 354c3adfe8b9d46d91857f87ebfb8ba481a4dc3c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:07:40 +0000 Subject: [PATCH] Install package then run tests --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b78077a..63fca68 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,5 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - run: python3 --version - - run: pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli + - run: pip install -e . - run: pytest tests/ -v --tb=short