Skip to content

Commit eec80ae

Browse files
committed
update only needed packages
1 parent f4b2e52 commit eec80ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onlabel_Ubuntu_setup_sysreqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: update R packages
4949
run: |
50-
update.packages(ask = FALSE, checkBuilt = TRUE)
50+
update.packages(c("devtools", "utils", "pkgload"), ask = FALSE, checkBuilt = TRUE)
5151
shell: Rscript {0}
5252

5353
- name: install JAGS

0 commit comments

Comments
 (0)