1 parent 5696357 commit dd6355aCopy full SHA for dd6355a
1 file changed
.github/workflows/starter-environments.yml
@@ -71,6 +71,9 @@ jobs:
71
library = .libPaths(),
72
lockfile = "/out/renv.lock",
73
type = "all",
74
+ # These are installed separately from the immutable CCBR/l2p
75
+ # tarball URLs declared in the Dockerfile, not a package repo.
76
+ exclude = c("l2p", "l2psupp"),
77
prompt = FALSE
78
)
79
'
0 commit comments