Skip to content

Commit

Permalink
wip no explicit pak install
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 10, 2024
1 parent c554162 commit a7d09cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Enable pak-based installation for renv (including system requirements)
# This is not taken care of (yet) by r-lib/actions/setup-renv
run: |
install.packages("pak", repos = "https://r-lib.github.io/p/pak/stable/")
cat("RENV_CONFIG_PAK_ENABLED=TRUE\n", file = Sys.getenv("GITHUB_ENV"), append = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit a7d09cc

Please sign in to comment.