Skip to content

Commit

Permalink
Try to fix helpr dependency in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stufield committed Dec 1, 2024
1 parent cd74e00 commit 0bbafc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
any::rmarkdown
needs: check

- name: Install helpr 🚀
run: |
remotes::install_github("stufield/helpr")
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--no-build-vignettes", "--timings")'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
extra-packages: any::covr
needs: coverage

- name: Install helpr 🚀
run: |
remotes::install_github("stufield/helpr")
shell: Rscript {0}

- name: Test coverage & upload Codecov 🚀
run: |
covr::codecov(
Expand Down

0 comments on commit 0bbafc7

Please sign in to comment.