mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
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:
parent
a756fbe4bb
commit
4e649af5f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user