From a7b05bb11b7dfed424e12201f0f02a99f0f9fcd9 Mon Sep 17 00:00:00 2001 From: g4challenge Date: Tue, 2 Mar 2021 07:04:39 +0100 Subject: [PATCH] same fix for renv in codecov --- .github/workflows/codecov.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index a28a581..b8fbee1 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -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}