Skip to content

Commit 144c59d

Browse files
authored
Update Jenkinsfile
1 parent 3de927a commit 144c59d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pipeline {
1616
steps {
1717
sh '''#!/bin/bash
1818
# Upgrade pip, setuptools, and wheel
19+
python3 -m venv venv
20+
. venv/bin/activate
21+
1922
echo "Upgrading pip, setuptools, and wheel..."
2023
python3 -m pip install --upgrade pip setuptools wheel packaging gitpython
2124

0 commit comments

Comments
 (0)