Skip to content

Commit f43083f

Browse files
avoid autoupdate
1 parent 49c0b49 commit f43083f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# - name: update existing packages
2727
# run: Rscript inst/update-dependency-graph-existing-packages.R
2828
- name: install pre-commit
29-
run: pip3 install pre-commit --break-system-packages
29+
run: pip3 install pre-commit
3030
- name: auto-release
3131
run: Rscript -e 'source("renv/activate.R"); renv::restore(); renv::install("."); precommit:::auto_release()'
3232
- name: Create Pull Request

R/release.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ release_gh <- function(bump = "dev", is_cran = bump != "dev") {
7474
}
7575

7676
auto_release <- function() {
77-
autoupdate()
7877
desc_new <- desc::desc_bump_version("dev")
7978
path_template_config <- c(
8079
"inst/pre-commit-config-pkg.yaml",

0 commit comments

Comments
 (0)