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