From ceeba629073ed1876cbfb6df111aeef996363604 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:09:28 +0000 Subject: [PATCH] Debug CI environment --- .gitea/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f37bf33..5b3a79c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,8 +6,9 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - run: python3 --version - - run: pip install --upgrade pip setuptools wheel - - run: pip install -e . - - run: pytest tests/ -v --tb=short + - name: Debug info + run: | + whoami + pwd + ls -la + python3 --version