Skip to content

Commit

Permalink
pre-install crandep
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 9, 2024
1 parent a898f02 commit 7e46453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r_revdepchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
sh ./build-cran-package.sh
- name: run revdepchecks
run: |
Rscript -e "install.packages(c('crandep'), repos = 'https://cran.r-project.org', type = 'binary')"
bash ./.ci/run-revdep-checks.sh
all-r-revdepchecks-jobs-successful:
if: always()
Expand Down

0 comments on commit 7e46453

Please sign in to comment.