Update RSPM URL in tests CI
parent
9a55efaced
commit
7921bc28a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue