don't create venv for now
This commit is contained in:
@@ -11,7 +11,8 @@ gradle = "7.6"
|
|||||||
"go:github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt" = "v2.5.0"
|
"go:github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt" = "v2.5.0"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
_.python.venv = { path = ".venv", create = true }
|
# TODO(https://github.com/jdx/mise/issues/1898): create = true
|
||||||
|
_.python.venv = { path = "venv", create = false }
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
experimental = true # Enable Go backend.
|
experimental = true # Enable Go backend.
|
||||||
|
|||||||
Reference in New Issue
Block a user