Skip to content

Commit c4482b8

Browse files
{mockery} is also not required for update, since we rely on language: script.
1 parent 5d9c4c1 commit c4482b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
"httr" # lintr -> httr -> curl -> libcurl, but seems to give no erorr on
5858
# loading lintr, plus https://github.com/jimhester/lintr/issues/861
5959
)
60-
out <- c(out, "roxygen2", "spelling", "styler", "pkgload", "lintr", "knitr", "git2r", "desc")
60+
out <- c(out, "roxygen2", "spelling", "styler", "pkgload", "lintr", "knitr", "git2r", "desc", "mockery")
6161
out <- setdiff(c(unique(c(out, deps[deps$type == "Imports", ]$package))), dont)
6262
out <- names(renv:::renv_package_dependencies(out))
63-
return(out)
63+
return(sort(out))
6464
}
6565
options(repos = c(CRAN = "https://packagemanager.rstudio.com/all/latest"))
6666
options(renv.snapshot.filter = hook_deps)

0 commit comments

Comments
 (0)