Skip to content

Commit 5b66f72

Browse files
committed
new test
1 parent 9ea932c commit 5b66f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
repos <- c("https://cloud.r-project.org","https://rse.pik-potsdam.de/r/packages/")
42-
install.packages(c("remotes","lucode2"), repos=repos)
43-
remotes::install_deps(dependencies = TRUE, repos=repos)
42+
install.packages(c("remotes","lucode2","lusweave"), repos=repos)
43+
remotes::install_deps(dependencies = TRUE)
4444
remotes::install_cran("covr")
4545
shell: Rscript {0}
4646

0 commit comments

Comments
 (0)