mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Merge pull request #1 from DelphineLemire/Fix-Template-CI-requirements
FIX: Uptade Template ci.yml linter requirements
This commit is contained in:
commit
bfb93d659f
|
@ -31,6 +31,9 @@ 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' %}
|
{%- if cookiecutter.open_source_license != 'Not open source' %}
|
||||||
# Consider using pre-commit.ci for open source project
|
# Consider using pre-commit.ci for open source project
|
||||||
|
|
Loading…
Reference in New Issue
Block a user