Skip to content

Commit

Permalink
[ci] install 'tidy' in debian r-devel clang job (fixes #5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 15, 2022
1 parent f1d3181 commit dee0999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ jobs:
shell: bash
run: |
export PATH=/opt/R-devel/bin/:${PATH}
apt-get install --no-install-recommends -y tidy
Rscript -e "install.packages(c('R6', 'data.table', 'jsonlite', 'knitr', 'Matrix', 'RhpcBLASctl', 'rmarkdown', 'testthat'), repos = 'https://cran.rstudio.com', Ncpus = parallel::detectCores())"
sh build-cran-package.sh
R CMD check --as-cran --run-donttest lightgbm_*.tar.gz || exit -1
Expand Down

0 comments on commit dee0999

Please sign in to comment.