Skip to content

Commit

Permalink
Forcing dbplyr installation using R script
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Sep 17, 2024
1 parent 1bc5237 commit 64a47bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::dbplyr
any::rcmdcheck
needs: |
check
- name: Installing dbplyr
run: |
pak::pak("dbplyr")
shell: Rscript {0}

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

0 comments on commit 64a47bd

Please sign in to comment.