diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b8561..7a1b00a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: path: | venv - key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }} + key: ${{ runner.os }}-venv-v1-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }} - name: Install dependencies if: steps.cache-primes.outputs.cache-hit != 'true' @@ -60,7 +60,7 @@ jobs: with: path: | venv - key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }} + key: ${{ runner.os }}-venv-v1-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/*requirements.txt') }} - name: Run the tests env: