Skip to content

Commit

Permalink
fix version resolution on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Feb 28, 2025
1 parent f9db8c6 commit 64c5ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/py_require.R
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ uv_python_list <- function(uv = uv_binary()) {
),
stdout = TRUE
)

x <- paste0(x, collapse = "")
x <- jsonlite::parse_json(x, simplifyVector = TRUE)

x <- x[is.na(x$symlink) , ] # ignore local filesystem symlinks
Expand Down

0 comments on commit 64c5ce0

Please sign in to comment.