Skip to content

Commit

Permalink
fix(test.yml): add devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
bmascat committed Jun 23, 2024
1 parent 28eb588 commit 929f36b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Set CRAN mirror
- name: Set CRAN mirror and install renv and devtools
run: |
options(repos = c(CRAN = "https://cloud.r-project.org"))
install.packages("renv")
install.packages(c("renv", "devtools"))
shell: Rscript {0}

- name: Install dependencies
Expand All @@ -29,3 +29,4 @@ jobs:
library(devtools)
devtools::test()
shell: Rscript {0}

0 comments on commit 929f36b

Please sign in to comment.