Skip to content

Commit

Permalink
patch setup-r-dependencies back in
Browse files Browse the repository at this point in the history
  • Loading branch information
black-snow committed Jul 19, 2023
1 parent 39a2290 commit 7dd2b78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
fi
shell: bash
- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 7dd2b78

Please sign in to comment.