Remove unused pip cache paths in GHA & add a note for pre-commit.ci (#4151)

* Remove unused pip caching paths in GHA

* Add note about pre-commit.ci for open source
This commit is contained in:
Bruno Alla 2023-02-09 21:56:57 +00:00 committed by GitHub
parent 3c71b54e4c
commit 0fe1fb9ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,10 @@ jobs:
with: with:
python-version: "3.10" python-version: "3.10"
cache: pip 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
{%- endif %}
- name: Run pre-commit - name: Run pre-commit
uses: pre-commit/action@v2.0.3 uses: pre-commit/action@v2.0.3