Skip to content

Commit

Permalink
Install dev rmarkdown for rstudio/rmarkdown#1832
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Jun 3, 2020
1 parent 1901182 commit dc6f291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-linux-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- name: Install R dependencies
run: Rscript -e "install.packages(c('remotes', 'rcmdcheck', 'httptest'), type = 'source')" -e "remotes::install_deps(dependencies = TRUE);"

- name: Install dev rmarkdown
run: Rscript -e "remotes::install_github('rstudio/rmarkdown')"

- name: Build R DB Dependencies on cache miss
if: steps.rlibcache.outputs.cache-hit != 'true'
run: Rscript -e "install.packages(c('RMariaDB', 'odbc', 'RPostgreSQL', 'RPostgres'), type = 'source');"
Expand All @@ -80,9 +83,6 @@ jobs:
PGPASSWORD: ${{ env.DBROOTPASS }}
MYSQL_PWD: ${{ env.DBROOTPASS }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v2

- name: Check
run: Rscript -e "rcmdcheck::rcmdcheck(args = '${{ matrix.config.args }}', error_on = 'note', check_dir = 'check')"

Expand Down

0 comments on commit dc6f291

Please sign in to comment.