Skip to content

Commit

Permalink
refactor(tests.yml): change to install renv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmascat authored Jun 23, 2024
1 parent 2853b66 commit 78c755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: r-lib/actions/setup-r@v2

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-renv@v2

- name: Run tests
run: |
Expand Down

0 comments on commit 78c755b

Please sign in to comment.