Skip to content

Commit

Permalink
Use backtracking resolver in pip-compile (#6184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Jun 12, 2023
1 parent 9b7aa17 commit 3abf4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/compile_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def pip_compile(name: str) -> None:
"piptools",
"compile",
"--upgrade",
"--resolver=backtracking",
"--verbose",
f"{name}.in",
"--output-file",
Expand Down

0 comments on commit 3abf4ca

Please sign in to comment.