We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ee275 commit 84440a5Copy full SHA for 84440a5
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
devtools::session_info()
63
reticulate::py_config()
64
- reticulate::use_virtualenv("${{ VIRTUAL_ENV }}")
+ reticulate::use_virtualenv("${{ env.VIRTUAL_ENV }}")
65
66
- uses: quarto-dev/quarto-actions/setup@v2
67
with:
0 commit comments