From 16900da491cb6ebfe4ded7f5c900a8479baf78e0 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Tue, 2 Apr 2024 18:30:52 +0100 Subject: [PATCH] Render template ../cookiecutter-python-cli at 6d3c7dea08 --- .cookiecutter.json | 6 ++++++ .github/workflows/check.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 27b46b5..d32c7db 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,11 @@ { + "_checkout": null, "_dest_dir": "worktree", + "_extensions": [ + "jinja2.ext.do" + ], + "_output_dir": "", + "_repo_dir": "../cookiecutter-python-cli", "_setuptools_scm_root": "", "_template": "../cookiecutter-python-cli", "_template_name": "cookiecutter-python-cli", diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 65221af..e8be134 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -122,7 +122,7 @@ jobs: shell: bash run: | set -ex - grep " noble " /etc/apt/sources.list || exit 0 + grep "Suites: noble" /etc/apt/sources.list.d/ubuntu.sources || exit 0 apt install -y debian-archive-keyring ln -s /usr/share/keyrings/debian-archive-keyring.gpg /etc/apt/trusted.gpg.d/ python3_pycodestyle=$(dpkg-query --showformat='${Version}\n' --show python3-pycodestyle)