Skip to content

Commit 74c35e3

Browse files
committed
no need to run update.packages(): yihui/actions/setup-r-dependencies already does this
1 parent 578b1b2 commit 74c35e3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/actions/setup-r-for-build/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ runs:
2020
uses: yihui/actions/setup-r-dependencies@HEAD
2121
with:
2222
extra-packages: rmarkdown kableExtra bookdown .
23-
24-
- name: Update all packages
25-
run: |
26-
try(update.packages(ask = FALSE, checkBuilt = TRUE))
27-
shell: Rscript {0}

0 commit comments

Comments
 (0)