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 <browniebroke@users.noreply.github.com>
This commit is contained in:
Delphine LEMIRE 2023-02-25 12:31:07 +01:00 committed by GitHub
parent a756fbe4bb
commit 4e649af5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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