Skip to content

Commit 94b9b6b

Browse files
committed
next test
1 parent 4fc2e2b commit 94b9b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-buildlibrary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
repos <- c("https://cloud.r-project.org","https://rse.pik-potsdam.de/r/packages/")
4242
install.packages(c("remotes","lucode2"), repos=repos)
43-
remotes::install_deps(dependencies = TRUE)
43+
remotes::install_deps(dependencies = TRUE, repos=repos)
4444
remotes::install_cran("covr")
4545
shell: Rscript {0}
4646

0 commit comments

Comments
 (0)