Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Serkan Korkmaz <[email protected]>
  • Loading branch information
serkor1 authored Jan 6, 2025
1 parent 41c1a99 commit 8c22e86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup-reticulate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 8c22e86

Please sign in to comment.