Skip to content

Commit cf98c94

Browse files
committed
ci: run tox with bat instead of powershell on windows
1 parent dae38d2 commit cf98c94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,10 @@ pipeline {
12241224
'--mount type=volume,source=uv_cache_dir,target=$UV_CACHE_DIR ' +
12251225
"--mount source=uv_python_cache_dir,target=${env.UV_PYTHON_CACHE_DIR}"
12261226
){
1227-
powershell(label: 'Running Tox',
1228-
script: """uv python install cpython-${version}
1229-
uv run --only-group=tox-uv tox run --recreate -e ${toxEnv} --runner uv-venv-lock-runner -vv
1230-
"""
1227+
bat(label: 'Running Tox',
1228+
script: """uv python install cpython-${version}
1229+
uv run --only-group=tox-uv tox run --recreate -e ${toxEnv} --runner uv-venv-lock-runner -vv
1230+
"""
12311231
)
12321232
}
12331233
}

0 commit comments

Comments
 (0)