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 9c5f3b4 commit 0fd16aaCopy full SHA for 0fd16aa
jenkins/Jenkinsfile
@@ -18,6 +18,8 @@ pipeline {
18
# Upgrade pip, setuptools, and wheel
19
python3 -m venv venv
20
. venv/bin/activate
21
+
22
+ pip uninstall codeql-wrapper
23
24
echo "Upgrading pip, setuptools, and wheel..."
25
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.44
0 commit comments