Skip to content

Commit

Permalink
try doing more binary installs upfront
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 2, 2024
1 parent a43cb3a commit fc5d295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/download-r-revdeps.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ loadNamespace("crandep")
cat(sprintf("[download-revdeps] %s", msg))
}

PKG_DIR <- "/tmp/packages"
# PKG_DIR <- "/tmp/packages"

# get all of lightgbm's reverse dependencies
depDF <- crandep::get_dep(
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/r_revdepchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
# is hard-coded to compile them all from source
# (https://github.com/wch/r-source/blob/594b842678e932088b16ec0cd3c39714a141eed9/src/library/tools/R/checktools.R#L295)
run: |
Rscript --vanilla ./.ci/download-r-revdeps.R
Rscript -e "install.packages('crandep', repos='https://cran.r-project.org')"
Rscript ./.ci/download-r-revdeps.R
- name: run revdepchecks
run: |
bash ./.ci/run-revdep-checks.sh
Expand Down

0 comments on commit fc5d295

Please sign in to comment.