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)