diff --git a/example/WORKSPACE b/example/WORKSPACE index 62c5666..f271849 100644 --- a/example/WORKSPACE +++ b/example/WORKSPACE @@ -40,7 +40,7 @@ conda_create( environment = "@//third_party/conda:py2_environment.yml" ) -# create conda environment with python2 +# create conda environment with python3 conda_create( name = "py3_env", environment = "@//third_party/conda:py3_environment.yml"