Skip to content

Commit 8d6b53a

Browse files
just list dir
1 parent 81c058f commit 8d6b53a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/install.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ install_impl <- function() {
6262

6363
stop(
6464
"For debugging: these are files next to python executable ",
65-
paste0(
66-
jsonlite::fromJSON(call_and_capture("conda", c("env", "list", "--json"))$stdout)$envs,
67-
collapse = ", "
68-
)
65+
list.files("C:\\Users\\RUNNER~1\\AppData\\Local\\R-MINI~1\\envs\\r-precommit", include.dirs = TRUE)
6966
)
7067
}
7168

0 commit comments

Comments
 (0)