Skip to content

Commit 693e62e

Browse files
committed
2 parents eaee4ca + b78696f commit 693e62e

21 files changed

+345
-207
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
reticulate::install_python(version=readLines(".python-version"))
4646
reticulate::py_install(c("virtualenv"))
4747
reticulate::virtualenv_root()
48-
reticulate::virtualenv_create("venv", requirements="requirements.txt")
48+
reticulate::virtualenv_create("venv", requirements="pyenv/requirements.txt")
4949
reticulate::use_virtualenv("venv")
5050
reticulate::py_config()
5151
# Set reticulate_python env var
@@ -58,7 +58,7 @@ jobs:
5858
paste(
5959
readLines(".python-version"),
6060
reticulate::virtualenv_python("venv"),
61-
digest::digest(readLines("requirements.txt")),
61+
digest::digest(readLines("pyenv/requirements.txt")),
6262
sep = "-"
6363
)),
6464
Sys.getenv("GITHUB_ENV"))

_freeze/part-gen-prog/07-prog-data/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)