Skip to content

Commit 1d970cc

Browse files
committed
add remote installation to GHA
1 parent 33aaab4 commit 1d970cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
## https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016675.html
127127
## https://github.com/r-lib/remotes/issues/296
128128
## Ideally, all dependencies should get installed in the first pass.
129-
install.packages(c("rcmdcheck", "BiocCheck"), repos = BiocManager::repositories())
129+
install.packages(c("rcmdcheck", "BiocCheck", "remotes"), repos = BiocManager::repositories())
130130
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = FALSE, upgrade = TRUE)
131131
shell: Rscript {0}
132132

0 commit comments

Comments
 (0)