From c2263e0ac6ca05e44432b60bc7aca5913873c04e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 13:09:01 +0000 Subject: [PATCH] Debug CI - add checkout debug step --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ca090bd..f49fa28 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,6 +10,10 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Checkout code + run: | + ls -la + pwd - name: Install dependencies run: | pip install -e . pytest pytest-asyncio