Merge pull request #1 from DelphineLemire/Fix-Template-CI-requirements

FIX: Uptade Template ci.yml linter requirements
This commit is contained in:
Delphine LEMIRE 2023-02-17 10:41:56 +01:00 committed by GitHub
commit bfb93d659f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ jobs:
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