From 4e649af5f0cc208655f75721d45d87ef03f5bb80 Mon Sep 17 00:00:00 2001 From: Delphine LEMIRE Date: Sat, 25 Feb 2023 12:31:07 +0100 Subject: [PATCH] Disable caching for linter job on GitHub actions (#4166) * FIX: Uptade Template ci.yml linter requirements * Disable unused cache for lint job --------- Co-authored-by: Bruno Alla --- {{cookiecutter.project_slug}}/.github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 5a149820a..89d83f257 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: pip {%- if cookiecutter.open_source_license != 'Not open source' %} # Consider using pre-commit.ci for open source project