Skip to content

Commit

Permalink
modified rhub.yaml for reticulate7
Browse files Browse the repository at this point in the history
  • Loading branch information
Malika1109 committed Sep 8, 2024
1 parent 5a0ef76 commit 43a8d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Setup reticulate virtual environment and install Python packages
- name: Setup reticulate virtual environment
run: |
Rscript -e "reticulate::install_python(version = "3.11")""
Rscript -e "reticulate::install_python(version = "3.11")"
Rscript -e "reticulate::virtualenv_create(envname = 'pytrends-in-r-new')"
Rscript -e "reticulate::py_install(c('pandas', 'requests', 'pytrends', 'rich'), envname = 'pytrends-in-r-new')"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Setup reticulate virtual environment
run: |
Rscript -e "reticulate::install_python(version = "3.11")""
Rscript -e "reticulate::install_python(version = "3.11")"
Rscript -e "reticulate::virtualenv_create(envname = 'pytrends-in-r-new')"
Rscript -e "reticulate::py_install(c('pandas', 'requests', 'pytrends', 'rich'), envname = 'pytrends-in-r-new')"
Expand Down

0 comments on commit 43a8d71

Please sign in to comment.