Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 15, 2024
1 parent 9f25f02 commit 693923e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
cache-version: 'sysreqs-1' # ensure keys are not shared with the renv cache

- name: Install system dependencies
run: pak::sysreqs_fix_installed(names(jsonlite::read_json("renv.lock")$Packages))
run: |
pak::sysreqs_check_installed(names(jsonlite::read_json("renv.lock")$Packages))
pak::sysreqs_fix_installed(names(jsonlite::read_json("renv.lock")$Packages))
shell: Rscript {0}

- name: Activate renv and restore packages with cache
Expand Down

0 comments on commit 693923e

Please sign in to comment.