Skip to content

Commit 49c0b49

Browse files
allow breaking system packages
1 parent bb797d5 commit 49c0b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
# run: Rscript inst/update-existing-hook-dependencies.R
2626
# - name: update existing packages
2727
# run: Rscript inst/update-dependency-graph-existing-packages.R
28+
- name: install pre-commit
29+
run: pip3 install pre-commit --break-system-packages
2830
- name: auto-release
2931
run: Rscript -e 'source("renv/activate.R"); renv::restore(); renv::install("."); precommit:::auto_release()'
3032
- name: Create Pull Request

0 commit comments

Comments
 (0)