Update RSPM URL in tests CI

pull/111/head
JulioV 2021-01-05 18:43:19 -05:00
parent 9a55efaced
commit 7921bc28a9
1 changed files with 1 additions and 1 deletions

View File

@ -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: