File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments