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 6e5a2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
any::remotes
any::rmarkdown
needs: check
run: |
remotes::install_github("stufield/helpr")
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
extra-packages: any::covr
needs: coverage
run: |
remotes::install_github("stufield/helpr")
- name: Test coverage & upload Codecov 🚀
run: |
Expand Down

0 comments on commit 6e5a2d6

Please sign in to comment.