diff --git a/python_install.r2.yml b/python_install.r2.yml new file mode 100644 index 0000000000000000000000000000000000000000..60cd8b211c6682a2228ce28843af4f7c5f61d14c --- /dev/null +++ b/python_install.r2.yml @@ -0,0 +1,12 @@ +files: + template: ./templates/python/partial/python_install.yml + documentation: ./templates/python/partial/README.md +data: + description: "Job that is meant to be extend by subsequent jobs that need a python environment." + icon: ðŸ + public: true + labels: + - Utilities + - Python + license: MIT + deprecated: false diff --git a/templates/python/code_quality/flake8/flake8.yml b/templates/python/code_quality/flake8/flake8.yml index 90633de55d4a529001f493193e57ead8e57a692e..36719f7b6666b8096aa220043fdb412c558409d2 100644 --- a/templates/python/code_quality/flake8/flake8.yml +++ b/templates/python/code_quality/flake8/flake8.yml @@ -2,7 +2,7 @@ stages: - code_quality include: - - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@0.1.0.yaml' + - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml' flake8: extend: python_install