From 3360184a7600355fd75d91f5871432013ece1f59 Mon Sep 17 00:00:00 2001 From: Maria Guerra Date: Thu, 23 May 2024 13:32:17 +0100 Subject: [PATCH] Disable pip cache --- .github/workflows/generate-and-submit-documentation.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/generate-and-submit-documentation.yaml b/.github/workflows/generate-and-submit-documentation.yaml index e172d70f..bf9c9be8 100644 --- a/.github/workflows/generate-and-submit-documentation.yaml +++ b/.github/workflows/generate-and-submit-documentation.yaml @@ -27,6 +27,11 @@ jobs: push: false load: true tags: claasp-lib + no-cache: true + build-args: | + PIP_NO_CACHE_DIR=off + PIP_DISABLE_PIP_VERSION_CHECK=1 + PIP_DEFAULT_TIMEOUT=100 - name: Generate documentation run: docker run --rm -v $PWD:/home/sage/tii-claasp claasp-lib make doc