Skip to content

Commit 93891eb

Browse files
committed
build: support uv.lock
1 parent c4b8ded commit 93891eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ pipeline {
876876
try{
877877
sh( label: 'Running Tox',
878878
script: """python3 -m venv /tmp/venv && /tmp/venv/bin/pip install --disable-pip-version-check uv
879-
/tmp/venv/bin/uv run --only-group tox --with tox-uv tox run -e ${toxEnv} -vvv
879+
/tmp/venv/bin/uv run --only-group tox --with tox-uv tox run -e ${toxEnv} --runner uv-venv-lock-runner -vv
880880
"""
881881
)
882882
} catch(e) {
@@ -945,7 +945,7 @@ pipeline {
945945
image.inside("--mount source=${SHARED_PIP_CACHE_VOLUME_NAME},target=${env:PIP_CACHE_DIR} --mount source=uv_python_install_dir,target=${env.UV_PYTHON_INSTALL_DIR}"){
946946
powershell(label: 'Running Tox',
947947
script: """uv python install cpython-${version}
948-
uv run --only-group tox --with tox-uv tox run -e ${toxEnv}
948+
uv run --only-group tox --with tox-uv tox run -e ${toxEnv} --runner uv-venv-lock-runner -vv
949949
"""
950950
)
951951
}

0 commit comments

Comments
 (0)