Skip to content

Commit 0525ba7

Browse files
authored
Update Jenkinsfile
1 parent 0f6712d commit 0525ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020
. venv/bin/activate
2121
2222
echo "Upgrading pip, setuptools, and wheel..."
23-
python3 -m pip install --upgrade pip setuptools wheel packaging gitpython
23+
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython
2424
2525
python3 -m pip install --upgrade pip
2626
pip install -i https://test.pypi.org/simple/ --force-reinstall codeql-wrapper

0 commit comments

Comments
 (0)