Skip to content

Commit 64d954d

Browse files
Seppli11sonartech
authored andcommitted
SONARPY-3943 Introduce CI specific mise config env (#978)
GitOrigin-RevId: 016cc355fc12b0e79be8f203320b7105a30f9efa
1 parent 79ada60 commit 64d954d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mise.ci.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ java = "21.0"
33
maven = "3.9"
44
python = "3.9"
55
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
6+
"pipx:tox" = { version = "4.49.1", uvx = "true" }

0 commit comments

Comments
 (0)