Skip to content

Commit

Permalink
undo testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 16, 2020
1 parent dc6b582 commit 5304479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
Rscript --vanilla -e "install.packages(${packages}, repos = '${CRAN_MIRROR}', lib = '${R_LIB_PATH}', dependencies = c('Depends', 'Imports', 'LinkingTo'))" || exit -1

cd ${BUILD_DIRECTORY}
Rscript build_r.R || exit -1
Rscript build_r.R --skip-install || exit -1

PKG_TARBALL="lightgbm_${LGB_VER}.tar.gz"
LOG_FILE_NAME="lightgbm.Rcheck/00check.log"
Expand Down

0 comments on commit 5304479

Please sign in to comment.