From de20d673ddafeb021327bedcf167ca8592a7c7ae Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 14 Feb 2020 08:54:12 +0100 Subject: [PATCH] Temporarily kill cache on GitHub workflow --- .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 f143e1682..806187fee 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-${{ hashFiles('**/requirements.txt') }} + key: ${{ runner.os }}-pip-x${{ hashFiles('**/requirements.txt') }} restore-keys: | - ${{ runner.os }}-pip- + ${{ runner.os }}-pip-x - if: steps.cache-python.outputs.cache-hit != 'true' run: |