Commit e0cbc55 1 parent ca78552 commit e0cbc55 Copy full SHA for e0cbc55
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "_checkout" : null ,
2
3
"_dest_dir" : " worktree" ,
4
+ "_extensions" : [
5
+ " jinja2.ext.do"
6
+ ],
7
+ "_output_dir" : " " ,
8
+ "_repo_dir" : " ../cookiecutter-python-cli" ,
3
9
"_setuptools_scm_root" : " " ,
4
10
"_template" : " ../cookiecutter-python-cli" ,
5
11
"_template_name" : " cookiecutter-python-cli" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
shell : bash
123
123
run : |
124
124
set -ex
125
- grep " noble " /etc/apt/sources.list || exit 0
125
+ grep "Suites: noble" /etc/apt/sources.list.d/ubuntu.sources || exit 0
126
126
apt install -y debian-archive-keyring
127
127
ln -s /usr/share/keyrings/debian-archive-keyring.gpg /etc/apt/trusted.gpg.d/
128
128
python3_pycodestyle=$(dpkg-query --showformat='${Version}\n' --show python3-pycodestyle)
You can’t perform that action at this time.
0 commit comments