We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586ca6c commit ea5be3dCopy full SHA for ea5be3d
1 file changed
.github/workflows/hook-dependencies-update.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: r-lib/actions/setup-r@v2
18
with:
19
use-public-rspm: true
20
- cache: false
21
- name: install runtime dependencies
22
run: Rscript -e "install.packages(c('renv', 'jsonlite'))"
23
- name: update PPM URL
@@ -27,7 +26,9 @@ jobs:
27
26
- name: update existing packages
28
run: Rscript inst/update-dependency-graph-existing-packages.R
29
- name: install pre-commit
30
- run: pip3 install pre-commit
+ run: |
+ brew install pipx
31
+ pipx install pre-commit
32
- name: auto-release
33
run: Rscript -e 'source("renv/activate.R"); renv::restore(); renv::install("."); precommit:::auto_release()'
34
- name: Create Pull Request
0 commit comments