diff --git a/build.gradle b/build.gradle index 6482df9ca7..6571de4af4 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dockerRun { // setup requirements task setupPip(type: Exec) { - commandLine "python", "-m", "pip", "install", "--upgrade", "pip" + commandLine "python", "-m", "pip", "install", "--upgrade", "pip<22" // <22 is workaround for https://github.com/jazzband/pip-tools/issues/1558 } task installPipLatest {