try disabling cache for pipenv

This commit is contained in:
Sebastien Blot 2024-04-18 14:48:18 +02:00
parent 5980810fd8
commit f8d75db913
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -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