Skip to content

Commit

Permalink
Use backtracking resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Nov 28, 2023
1 parent 47f3ab0 commit b7e22c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/tox.ini.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ deps =
skip_install = true
changedir = requirements
commands = python ./make_base.py{% if nightly_deps %} --nightly {{nightly_deps}}{% endif %}
pip-compile-multi -d .
pip-compile-multi -d . --backtracking
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ description = Update dependencies by running pip-compile-multi
deps = pip-compile-multi
skip_install = true
changedir = requirements
commands = pip-compile-multi -d .
commands = pip-compile-multi -d . --backtracking

0 comments on commit b7e22c0

Please sign in to comment.