mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 05:04:54 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue