From 8c22e86b8a144215d5b5c28c164b0153ab77031c Mon Sep 17 00:00:00 2001 From: Serkan Korkmaz <77464572+serkor1@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:51:09 +0100 Subject: [PATCH] Update action.yml Signed-off-by: Serkan Korkmaz <77464572+serkor1@users.noreply.github.com> --- .github/actions/setup-reticulate/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/actions/setup-reticulate/action.yml b/.github/actions/setup-reticulate/action.yml index 152a4ec..b2feff9 100644 --- a/.github/actions/setup-reticulate/action.yml +++ b/.github/actions/setup-reticulate/action.yml @@ -29,6 +29,14 @@ runs: - name: Setup venv with {Reticulate} shell: Rscript {0} run: | + + install_python( + version = "3.12:latest", + list = FALSE, + force = FALSE, + optimized = TRUE + ) + path_to_python <- reticulate::virtualenv_create( envname = "r-reticulate", python = Sys.which("python"),