Skip to content

Commit

Permalink
same fix for renv in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
g4challenge committed Mar 2, 2021
1 parent 9a5f198 commit a7b05bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes"))
remotes::install_deps(dependencies = TRUE)
install.packages(c("renv"))
renv::restore()
remotes::install_cran("covr")
shell: Rscript {0}

Expand Down

0 comments on commit a7b05bb

Please sign in to comment.