From cdc5396deefd2f2def6d8bebc55dbcec53edb32d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 9 Feb 2023 21:38:32 +0000 Subject: [PATCH] Remove unused pip caching paths in GHA --- {{cookiecutter.project_slug}}/.github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 0790187bd..0f7eefec5 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: with: python-version: "3.10" cache: pip - cache-dependency-path: | - requirements/base.txt - requirements/local.txt - name: Run pre-commit uses: pre-commit/action@v2.0.3