From e3585116d78f8aa54fe9030c7b1e699c2c12e1d9 Mon Sep 17 00:00:00 2001 From: Delphine LEMIRE Date: Fri, 17 Feb 2023 09:22:07 +0100 Subject: [PATCH] FIX: Uptade Template ci.yml linter requirements --- {{cookiecutter.project_slug}}/.github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 3c8ea8780..b1a861bdc 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -31,6 +31,9 @@ jobs: with: python-version: "3.10" cache: pip + cache-dependency-path: | + requirements/base.txt + requirements/local.txt {%- if cookiecutter.open_source_license != 'Not open source' %} # Consider using pre-commit.ci for open source project