Skip to content

Commit

Permalink
Fix failing unit tests by installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions CI committed Jul 26, 2023
1 parent e42fed9 commit 8d51a5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install dependencies
run: |
install.packages(c("remotes", "devtools"))
devtools::install_github("reichlab/distfromq")
remotes::install_deps(dependencies=NA)
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 8d51a5b

Please sign in to comment.