Skip to content

Commit

Permalink
Use python 3.7 (#5226)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jan 6, 2022
1 parent 2d8cb0c commit 8f675ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/R/mlflow/.create-test-env.R
Expand Up @@ -2,7 +2,7 @@ parent_dir <- dir("../", full.names = TRUE)
package <- parent_dir[grepl("mlflow_", parent_dir)]
install.packages(package)

mlflow:::mlflow_maybe_create_conda_env(python_version = "3.6")
mlflow:::mlflow_maybe_create_conda_env(python_version = "3.7")
library(reticulate)
use_condaenv(mlflow:::mlflow_conda_env_name())
# pinning tensorflow version to 1.14 until test_keras_model.R is fixed
Expand Down

0 comments on commit 8f675ca

Please sign in to comment.