Disable unused cache for lint job

This commit is contained in:
Bruno Alla 2023-02-25 11:23:33 +00:00 committed by GitHub
parent 9adc77c439
commit 6c56d184ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,6 @@ jobs:
uses: actions/setup-python@v4
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