From 7921bc28a94739276af64c42856eb0e123f9bb49 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 5 Jan 2021 18:43:19 -0500 Subject: [PATCH] Update RSPM URL in tests CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2c54cf33..bf2a1557 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,7 +45,7 @@ jobs: shell: Rscript {0} run: | if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv") - renv::restore() + renv::restore(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/focal/latest")) - name: Cache conda packages uses: actions/cache@v1 env: