We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ada60 commit 64d954dCopy full SHA for 64d954d
mise.ci.toml
@@ -0,0 +1,4 @@
1
+[settings]
2
+# Keep tox in base mise.toml for local development, but skip mise-managed tox
3
+# in CI and install it explicitly via uv where needed.
4
+disable_tools = ["pipx:tox"]
mise.toml
@@ -3,4 +3,4 @@ java = "21.0"
maven = "3.9"
python = "3.9"
5
uv = "latest" # required for pipx backend
6
-# tox is installed via "uv tool install tox==4.49.1" in the build workflow due to caching problems with python dependencies
+"pipx:tox" = { version = "4.49.1", uvx = "true" }
0 commit comments