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 1c6daaa commit 8d5453aCopy full SHA for 8d5453a
Jenkinsfile
@@ -1201,7 +1201,7 @@ pipeline {
1201
]){
1202
timeout(60){
1203
sh(label: 'Running Tox',
1204
- script: """python${pythonVersion} -m venv venv
+ script: """python3 -m venv venv
1205
trap "rm -rf venv" EXIT
1206
./venv/bin/python -m pip install --disable-pip-version-check uv
1207
trap "rm -rf venv && rm -rf .tox" EXIT
0 commit comments