We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b66740 commit 8aaaacfCopy full SHA for 8aaaacf
1 file changed
tests/testthat.R
@@ -12,6 +12,7 @@ library(testthat)
12
13
if (Sys.getenv("GITHUB_ACTIONS") == "true") {
14
fprintf("RETICULATE_PYTHON: %s\n", Sys.getenv("RETICULATE_PYTHON"))
15
+ fprintf("EARTHENGINE_TOKEN: %s\n", Sys.getenv("EARTHENGINE_TOKEN"))
16
17
Sys.setenv(RETICULATE_PYTHON = Sys.which("python")) # Set Python interpreter
18
reticulate::use_python(Sys.which("python")) # double confirm
0 commit comments