We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0244002 commit e56caa5Copy full SHA for e56caa5
pyproject.toml
@@ -86,7 +86,6 @@ testpaths = [
86
"tests"
87
]
88
89
-
90
91
[tool.mypy]
92
ignore_missing_imports = true
+
vars/runJenkinsPipeline.groovy
@@ -302,7 +302,7 @@ def call(){
302
bat(script: 'python -m venv venv && venv\\Scripts\\pip install --disable-pip-version-check uv')
303
envs = bat(
304
label: 'Get tox environments',
305
- script: '@.\\venv\\Scripts\\uv run --only-group tox --with tox-uv --isolated --quiet ≈tox list -d --no-desc',
+ script: '@.\\venv\\Scripts\\uv run --only-group tox --with tox-uv --isolated --quiet tox list -d --no-desc',
306
returnStdout: true,
307
).trim().split('\r\n')
308
} finally{
0 commit comments