Skip to content

Commit

Permalink
try update to latest dependency management action
Browse files Browse the repository at this point in the history
attempted fix for failing builds mentioned in #31
  • Loading branch information
7yl4r authored Oct 5, 2022
1 parent 819f845 commit b5151a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v1 # this tests installation
- uses: r-lib/actions/setup-r-dependencies@v2 # this tests installation
- name: run tests # this runs unit tests
run: Rscript -e 'testthat::test_local()'
test_website_build:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: pkgdown
needs: website
Expand Down

0 comments on commit b5151a7

Please sign in to comment.