Skip to content

Commit e56caa5

Browse files
committed
build: support uv.lock
1 parent 0244002 commit e56caa5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ testpaths = [
8686
"tests"
8787
]
8888

89-
90-
9189
[tool.mypy]
9290
ignore_missing_imports = true
91+

vars/runJenkinsPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def call(){
302302
bat(script: 'python -m venv venv && venv\\Scripts\\pip install --disable-pip-version-check uv')
303303
envs = bat(
304304
label: 'Get tox environments',
305-
script: '@.\\venv\\Scripts\\uv run --only-group tox --with tox-uv --isolated --quiet tox list -d --no-desc',
305+
script: '@.\\venv\\Scripts\\uv run --only-group tox --with tox-uv --isolated --quiet tox list -d --no-desc',
306306
returnStdout: true,
307307
).trim().split('\r\n')
308308
} finally{

0 commit comments

Comments
 (0)