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