From f2ac88ba17beeb04deab15345ed62f3643dcb127 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 12:52:49 +0000 Subject: [PATCH] Test pip install with verbose --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b4061ec..1957501 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,4 +9,4 @@ jobs: - name: Install pip run: | set -x - pip3 install pytest \ No newline at end of file + pip3 install --no-cache-dir pytest 2>&1 || echo "Exit code: $?" \ No newline at end of file