Skip to content

Commit 345b9c8

Browse files
author
Susan Vanderplas
committed
Let's try this?
1 parent 875dca3 commit 345b9c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
reticulate::virtualenv_root()
6767
reticulate::virtualenv_create("venv", requirements="requirements.txt")
6868
reticulate::use_virtualenv("venv")
69+
reticulate::py_config()
6970
writeLines(
7071
paste0("RETICULATE_PYTHON=", reticulate::virtualenv_python("venv")),
7172
Sys.getenv("GITHUB_ENV"))
@@ -89,7 +90,7 @@ jobs:
8990
- uses: actions/cache@v4 # v4.0.0
9091
id: cache-venv
9192
with:
92-
path: ${{ env.RETICULATE_PYTHON }}
93+
path: .virtualenvs/r-reticulate
9394
key: setup-venv-${{ runner.os }}-${{ env.PY_CACHE_STR }}
9495

9596
- uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)