Skip to content

Commit 0fd16aa

Browse files
authored
Update Jenkinsfile
1 parent 9c5f3b4 commit 0fd16aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ pipeline {
1818
# Upgrade pip, setuptools, and wheel
1919
python3 -m venv venv
2020
. venv/bin/activate
21+
22+
pip uninstall codeql-wrapper
2123
2224
echo "Upgrading pip, setuptools, and wheel..."
2325
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.44

0 commit comments

Comments
 (0)