Skip to content

Commit

Permalink
don't need dev version of dbplyr anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Mar 11, 2021
1 parent 621ee32 commit 63e463b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cmd-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ jobs:
install.packages("rcmdcheck")
shell: Rscript {0}

- name: install dev version of dbplyr to test for upcoming 2.0 release
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
run: |
# (https://twitter.com/hadleywickham/status/1310667392448684038)
remotes::install_github("tidyverse/dbplyr")
shell: Rscript {0}

- name: Check
run: rcmdcheck::rcmdcheck(args = ${{ matrix.config.args }}, error_on = 'warning', check_dir = 'check')
shell: Rscript {0}
Expand Down

0 comments on commit 63e463b

Please sign in to comment.