Skip to content

Commit 3189e91

Browse files
committed
upgrade pip on ci
1 parent 5509f95 commit 3189e91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def envCreate(Map ctxt) {
2727
ctxt.shFunction("${ctxt.python_host} --version")
2828
if (ctxt.isInsideDocker) {
2929
// Alternate implementation because of https://issues.jenkins.io/browse/JENKINS-49076
30-
// Always install latest pre-release
30+
// Always install latest pre-release
31+
ctxt.shFunction("python -m pip install --upgrade pip")
3132
ctxt.shFunction("pip install ${ctxt.branch.branchInstall} --upgrade")
3233
ctxt.shFunction("pip install meson")
3334
}

0 commit comments

Comments
 (0)