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 3de927a commit 144c59dCopy full SHA for 144c59d
jenkins/Jenkinsfile
@@ -16,6 +16,9 @@ pipeline {
16
steps {
17
sh '''#!/bin/bash
18
# Upgrade pip, setuptools, and wheel
19
+ python3 -m venv venv
20
+ . venv/bin/activate
21
+
22
echo "Upgrading pip, setuptools, and wheel..."
23
python3 -m pip install --upgrade pip setuptools wheel packaging gitpython
24
0 commit comments