From 3f2e056cb063114910b81b38be1380f781735ed0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 23:47:19 +0000 Subject: [PATCH] ci: add verbose output for debugging CI issues --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7dcd8a1..4e3c980 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -e ".[dev]" + pip list | grep -E "cli-explain-fix|pytest|ruff|mypy" - name: Run tests run: pytest tests/test_parser.py tests/test_explainer.py tests/test_cli.py tests/conftest.py -v --cov=src/cli_explain_fix --cov-report=term-missing