From f8d75db9138739428053fd8d76e6474269041083 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Thu, 18 Apr 2024 14:48:18 +0200 Subject: [PATCH] try disabling cache for pipenv --- .github/workflows/docker-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index d3ae4f90d..9d49372b6 100644 --- a/.github/workflows/docker-tests.yml +++ b/.github/workflows/docker-tests.yml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: "Install dependencies" - if: steps.cache-pipenv.outputs.cache-hit != 'true' + #if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | cd docker/test pipenv install --deploy