Skip to content

Commit 19a75ad

Browse files
author
Susan Vanderplas
committed
Try activating venv?
1 parent 869adc7 commit 19a75ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Reticulate checks
6060
shell: Rscript {0}
6161
run: |
62+
system("source venv/bin/activate")
6263
devtools::session_info()
6364
reticulate::py_config()
6465
reticulate::use_virtualenv("${{ env.VIRTUAL_ENV }}")

0 commit comments

Comments
 (0)