diff --git a/.github/actions/setup-venv/action.yml b/.github/actions/setup-venv/action.yml index c42420a..a40b3e3 100644 --- a/.github/actions/setup-venv/action.yml +++ b/.github/actions/setup-venv/action.yml @@ -30,8 +30,7 @@ runs: id: virtualenv-cache with: path: .venv - key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('requirements.txt', 'dev-requirements.txt') }} - + key: ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('Pipfile.lock') }} - if: steps.virtualenv-cache.outputs.cache-hit != 'true' shell: bash run: |