We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869adc7 commit 19a75adCopy full SHA for 19a75ad
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Reticulate checks
60
shell: Rscript {0}
61
run: |
62
+ system("source venv/bin/activate")
63
devtools::session_info()
64
reticulate::py_config()
65
reticulate::use_virtualenv("${{ env.VIRTUAL_ENV }}")
0 commit comments