We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43c73b commit dbd9d1cCopy full SHA for dbd9d1c
R/install.R
@@ -55,7 +55,7 @@ install_precommit <- function(force = FALSE) {
55
#' @keywords internal
56
install_impl <- function() {
57
if (!"r-precommit" %in% reticulate::conda_list()$name) {
58
- reticulate::conda_create("r-precommit")
+ reticulate::conda_create("r-precommit", python_version = "3.11")
59
}
60
reticulate::conda_install("r-precommit", packages = "pre-commit")
61
if (path_derive_precommit_exec_conda() == "") {
0 commit comments