Skip to content

Commit

Permalink
Add workaround for broken pip-tools (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvanpottelbergh committed Jan 31, 2022
1 parent 151ba96 commit ba4e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ba4e81c

Please sign in to comment.