From c4a011b26117f19da7703c6ef4f8bbac79b1cb0d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 15 Jul 2020 15:03:53 +0200 Subject: [PATCH] Don't reuse venv cache when Python version changes (#1837) --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61ef27fb7..dc0af5199 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,6 @@ jobs: restore-keys: | ${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt') }} ${{ runner.os }}-venv-${{ steps.python.outputs.python-version }}- - ${{ runner.os }}-venv- - name: Create Python virtual environment if: steps.cache-venv.outputs.cache-hit != 'true' run: |