From 2281b9cb3d8c569439a9a979c87b327dd714d365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Thu, 28 Oct 2021 17:33:22 +0200 Subject: [PATCH] We do not need to hash requirements/dev.txt --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 839ca4ae..ba7d6c2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: with: path: | ~/.cache/pip - key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.plone-version }}-${{ hashFiles('requirements/dev.txt') }} + key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.plone-version }} restore-keys: | ${{ runner.os }}-pip-${{ matrix.python-version }}-