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 5509f95 commit 3189e91Copy full SHA for 3189e91
.ci/Jenkinsfile
@@ -27,7 +27,8 @@ def envCreate(Map ctxt) {
27
ctxt.shFunction("${ctxt.python_host} --version")
28
if (ctxt.isInsideDocker) {
29
// Alternate implementation because of https://issues.jenkins.io/browse/JENKINS-49076
30
- // Always install latest pre-release
+ // Always install latest pre-release
31
+ ctxt.shFunction("python -m pip install --upgrade pip")
32
ctxt.shFunction("pip install ${ctxt.branch.branchInstall} --upgrade")
33
ctxt.shFunction("pip install meson")
34
}
0 commit comments