From 63380891beb09ac37d1fccaf2aa98557431792a3 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 14 Feb 2020 09:23:52 +0100 Subject: [PATCH] Revert temporary cache invalidation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 806187fee..f143e1682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,9 +88,9 @@ jobs: id: cache-python with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-x${{ hashFiles('**/requirements.txt') }} + key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | - ${{ runner.os }}-pip-x + ${{ runner.os }}-pip- - if: steps.cache-python.outputs.cache-hit != 'true' run: |