Skip to content

Commit

Permalink
Update update-to-latest-easystats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 27, 2023
1 parent c5ed619 commit f7ed094
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/update-to-latest-easystats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
dependencies: "hard"
extra-packages: |
any::usethis
- name: Update DESCRIPTION file
run: |
install.packages('pak', dependencies = TRUE)
pak::pkg_install('usethis')
usethis::use_latest_dependencies()
shell: Rscript {0}

Expand Down

0 comments on commit f7ed094

Please sign in to comment.