Skip to content

Commit

Permalink
try installing dependency in check
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 19, 2024
1 parent cc4ee6e commit d682996
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependency
run: |
Rscript -e "install.packages('BH')"
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit d682996

Please sign in to comment.