Skip to content

Commit 1226687

Browse files
committed
re-try with fix missing
1 parent 15e6924 commit 1226687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def make_template(
5959
'echo "deb https://cloud.r-project.org/bin/linux/debian trixie-cran40/" | sudo tee /etc/apt/sources.list.d/cran.list',
6060
]
6161
)
62-
.apt_install("r-base=${R_VERSION} r-base-dev")
62+
.run_cmd("apt-get update && DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes apt-get install -y --fix-missing r-base=${R_VERSION} r-base-dev")
6363
.run_cmd(
6464
[
6565
"R -e \"install.packages('IRkernel', repos='https://cloud.r-project.org')\"",

0 commit comments

Comments
 (0)