Skip to content

Commit 8d24f4c

Browse files
committed
ci: add tox-uv dependency group to pin tox-uv version
1 parent a0eceb1 commit 8d24f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def call(){
504504
label: 'Testing with tox',
505505
script: """python3 -m venv venv
506506
./venv/bin/pip install --disable-pip-version-check uv
507-
./venv/bin/uv run --only-group=tox-uv --isolated tox --frozen --installpkg ${findFiles(glob: entry.PACKAGE_TYPE == 'wheel' ? 'dist/*.whl' : 'dist/*.tar.gz')[0].path} -e py${entry.PYTHON_VERSION.replace('.', '')}
507+
./venv/bin/uv run --only-group=tox-uv --isolated --frozen tox --installpkg ${findFiles(glob: entry.PACKAGE_TYPE == 'wheel' ? 'dist/*.whl' : 'dist/*.tar.gz')[0].path} -e py${entry.PYTHON_VERSION.replace('.', '')}
508508
"""
509509
)
510510
} else {

0 commit comments

Comments
 (0)