From f4b2bb011281f8e052b3f73a2c06c1b030eb4dc1 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Tue, 28 Apr 2026 13:48:07 +0200 Subject: [PATCH] gitea workflows: updated action.yaml to include python env debugging --- .gitea/workflows/action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 77f58546..a126f586 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -70,6 +70,11 @@ jobs: libx11-xcb1 - name: Debug Python env + run: | + source venv/bin/activate + which python + which pytest + python -m pip list | grep pytest - name: Run tests with pytest env: