Skip to content

Commit

Permalink
edit file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dewittpe committed Jan 8, 2025
1 parent d400861 commit 72a160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/python.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (!virtualenv_exists(envname = "phoenix")) {
p <- normalizePath("python") # for how build_site is called locally
if (!dir.exists(p)) {
p <- normalizePath("../python") # for how build_site is called in github actions
p <- normalizePath("../../python") # for how build_site is called in github actions
}
virtualenv_install(envname = "phoenix", packages = p)
}
Expand Down

0 comments on commit 72a160b

Please sign in to comment.