re-enable caching for docker tests workflow

This commit is contained in:
Sebastien Blot 2024-04-19 09:13:16 +02:00
parent eeaf508a09
commit a895b16fc7
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -59,15 +59,15 @@ jobs:
cd docker/test cd docker/test
python -m pip install --upgrade pipenv wheel python -m pip install --upgrade pipenv wheel
#- name: "Cache virtualenvs" - name: "Cache virtualenvs"
# id: cache-pipenv id: cache-pipenv
# uses: actions/cache@v4 uses: actions/cache@v4
# with: with:
# path: ~/.local/share/virtualenvs path: ~/.local/share/virtualenvs
# key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
- name: "Install dependencies" - name: "Install dependencies"
#if: steps.cache-pipenv.outputs.cache-hit != 'true' if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: | run: |
cd docker/test cd docker/test
pipenv install --deploy pipenv install --deploy