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 @@ -259,7 +259,7 @@ def call(){
259259 sh( label : ' Running Tox' ,
260260 script : """ python3 -m venv venv && venv/bin/pip install --disable-pip-version-check uv
261261 ./venv/bin/uv python install cpython-${ version}
262- ./venv/bin/uv run --only-group tox --with tox-uv --isolated tox run --runner uv-venv-lock-runner -e ${ toxEnv}
262+ ./venv/bin/uv run --only-group tox --with tox-uv tox run --runner uv-venv-lock-runner -e ${ toxEnv}
263263 """
264264 )
265265 } catch (e) {
@@ -334,7 +334,7 @@ def call(){
334334 retry(3 ){
335335 bat(label : ' Running Tox' ,
336336 script : """ venv\\ Scripts\\ uv python install cpython-${ version}
337- venv\\ Scripts\\ uv run --only-group tox --with tox-uv --isolated tox run --runner uv-venv-lock-runner -e ${ toxEnv}
337+ venv\\ Scripts\\ uv run --only-group tox --with tox-uv tox run --runner uv-venv-lock-runner -e ${ toxEnv}
338338 """
339339 )
340340 }
You can’t perform that action at this time.
0 commit comments