Skip to content

Commit

Permalink
wop
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 15, 2024
1 parent e55c387 commit 4a3bc6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
# requirements, but would have to handle the pak cache explicitly
# See https://github.com/r-lib/actions/issues/785
run: |
Rscript -e "install.packages(c('pak', 'jsonlite'))"
Rscript -e "install.packages('pak', repos = 'https://r-lib.github.io/p/pak/stable/')"
Rscript -e "install.packages('jsonlite')"
Rscript -e "pak::sysreqs_fix_installed(names(jsonlite::read_json('renv.lock')$Packages))"
- name: Activate renv and restore packages with cache
Expand Down

0 comments on commit 4a3bc6d

Please sign in to comment.