don't create venv for now

This commit is contained in:
Bryce Lampe
2024-08-12 12:00:39 -07:00
parent fddf8fd81b
commit b61b8df9f9

View File

@@ -11,7 +11,8 @@ gradle = "7.6"
"go:github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt" = "v2.5.0"
[env]
_.python.venv = { path = ".venv", create = true }
# TODO(https://github.com/jdx/mise/issues/1898): create = true
_.python.venv = { path = "venv", create = false }
[settings]
experimental = true # Enable Go backend.