Skip to content

Commit dd6355a

Browse files
committed
Exclude pinned l2p packages from renv snapshot
1 parent 5696357 commit dd6355a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/starter-environments.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
library = .libPaths(),
7272
lockfile = "/out/renv.lock",
7373
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"),
7477
prompt = FALSE
7578
)
7679
'

0 commit comments

Comments
 (0)