Skip to content

Commit aa04314

Browse files
committed
build: support uv.lock
1 parent 3009843 commit aa04314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars/runJenkinsPipeline.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)