Skip to content

Commit

Permalink
Forced {reticulate} to use hard-coded version 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Jan 6, 2025
1 parent 6058d73 commit 839c2a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-reticulate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ runs:
PYTHON_VERSION: ${{ inputs.python-version }}
run: |
# 1) set python version
# use
reticulate::use_python_version(Sys.getenv("PYTHON_VERSION"))
# 2) create virtual environment
# with specified version
path_to_python <- reticulate::virtualenv_create(
Expand Down

0 comments on commit 839c2a8

Please sign in to comment.