Skip to content

Commit

Permalink
update only needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 25, 2024
1 parent f4b2e52 commit eec80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onlabel_Ubuntu_setup_sysreqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: update R packages
run: |
update.packages(ask = FALSE, checkBuilt = TRUE)
update.packages(c("devtools", "utils", "pkgload"), ask = FALSE, checkBuilt = TRUE)
shell: Rscript {0}

- name: install JAGS
Expand Down

0 comments on commit eec80ae

Please sign in to comment.