From 287dfd29dede863c76078fc9049e54f657425571 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Wed, 4 Oct 2023 13:43:23 +0200 Subject: [PATCH] Jinja2 fix --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6448cd8..489a543 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ stages: before_script: - pip install -U pip setuptools wheel - pip install cookiecutter + - pip install jinja2-time - cookiecutter --no-input . - cd awesome - git init -- GitLab