Skip to content

Commit

Permalink
adding dependencies to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Nov 21, 2023
1 parent 47a70da commit a1023a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
# extra-packages: any::rcmdcheck
extra-packages: |
any::rcmdcheck
john-harrold/onbrand
john-harrold/formods
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit a1023a0

Please sign in to comment.