Skip to content

Commit

Permalink
add python into setup
Browse files Browse the repository at this point in the history
  • Loading branch information
CGID (Cervan Girard) authored and CGID (Cervan Girard) committed Nov 14, 2024
1 parent c37bf8b commit e5dd487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ pak::local_install(
ask = FALSE
)

pak::pak("reticulate")
reticulate::install_python()

# Minimal prints to make it easier to read test output

withr::local_options(
Expand Down

0 comments on commit e5dd487

Please sign in to comment.