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 0f6712d commit 0525ba7Copy full SHA for 0525ba7
jenkins/Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
20
. venv/bin/activate
21
22
echo "Upgrading pip, setuptools, and wheel..."
23
- python3 -m pip install --upgrade pip setuptools wheel packaging gitpython
+ python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython
24
25
python3 -m pip install --upgrade pip
26
pip install -i https://test.pypi.org/simple/ --force-reinstall codeql-wrapper
0 commit comments