Skip to content

Commit

Permalink
add argument correctly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Nov 1, 2024
1 parent 71d3577 commit 116d72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Other OS, assume Linux or Windows needing CPU torch
pip_options <- c("--index-url https://download.pytorch.org/whl/cpu")
}
virtualenv_install("r-reticulate", "torch", pip_options = c("--index-url https://download.pytorch.org/whl/cpu"))
virtualenv_install("r-reticulate", "torch", pip_options = pip_options)
path_to_python <- virtualenv_python("r-reticulate")
writeLines(sprintf("RETICULATE_PYTHON=%s", path_to_python),
Expand Down

0 comments on commit 116d72d

Please sign in to comment.