Skip to content

Commit

Permalink
relatiev paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 10, 2021
1 parent 2b19f4b commit 10deff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/test_r_package_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apt-get install --no-install-recommends -y \
libxml2-dev \
libssl-dev

log_file="$GITHUB_WORKSPACE/rhub_logs.txt"
log_file="rhub_logs.txt"
Rscript -e "install.packages('rhub', dependencies = c('Depends', 'Imports', 'LinkingTo'), repos = 'https://cran.r-project.org', Ncpus = parallel::detectCores())" || exit -1

Rscript $GITHUB_WORKSPACE/.ci/run_rhub_solaris_checks.R $(pwd)/lightgbm_*.tar.gz $log_file || exit -1
Rscript ./.ci/run_rhub_solaris_checks.R lightgbm_*.tar.gz $log_file || exit -1

0 comments on commit 10deff6

Please sign in to comment.