Skip to content

Commit

Permalink
MAINT: Use --annotate-index while running pip-compile to use anaconda…
Browse files Browse the repository at this point in the history
… pypi index
  • Loading branch information
MridulS committed Feb 10, 2025
1 parent 4180f34 commit 5f52de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/tox.ini.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ deps =
skip_install = true
changedir = requirements
commands = python ./make_base.py{% if nightly_deps %} --nightly {{nightly_deps}}{% endif %}
pip-compile-multi -d . --backtracking
pip-compile-multi -d . --backtracking --annotate-index

0 comments on commit 5f52de6

Please sign in to comment.