From a5696a5cc18ebbdd3e0de5f1cb15242ee37105a5 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 12:51:46 +0100 Subject: [PATCH] Add debugging logs to failing step --- .gitea/workflows/ci-pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 2dc5b28..96b35e3 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -58,7 +58,11 @@ jobs: - name: Install dependencies run: | source venv/bin/activate + which python + pip -V pip install --upgrade pip + pip -V + python -V pip install -r requirements.txt if: steps.didkit.outcome == 'success'