Skip to content

Commit e0cbc55

Browse files
committed
Render template ../cookiecutter-python-cli at 6d3c7dea08
1 parent ca78552 commit e0cbc55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.cookiecutter.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2+
"_checkout": null,
23
"_dest_dir": "worktree",
4+
"_extensions": [
5+
"jinja2.ext.do"
6+
],
7+
"_output_dir": "",
8+
"_repo_dir": "../cookiecutter-python-cli",
39
"_setuptools_scm_root": "",
410
"_template": "../cookiecutter-python-cli",
511
"_template_name": "cookiecutter-python-cli",

.github/workflows/check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
shell: bash
123123
run: |
124124
set -ex
125-
grep " noble " /etc/apt/sources.list || exit 0
125+
grep "Suites: noble" /etc/apt/sources.list.d/ubuntu.sources || exit 0
126126
apt install -y debian-archive-keyring
127127
ln -s /usr/share/keyrings/debian-archive-keyring.gpg /etc/apt/trusted.gpg.d/
128128
python3_pycodestyle=$(dpkg-query --showformat='${Version}\n' --show python3-pycodestyle)

0 commit comments

Comments
 (0)