Skip to content

Commit 5c4fd02

Browse files
authored
Merge pull request #240 from MridulS/annotate_index
MAINT: Use --annotate-index while running pip-compile to use anaconda pypi index
2 parents 6da6ff1 + 57c05d0 commit 5c4fd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tox.ini.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ deps =
6767
skip_install = true
6868
changedir = requirements
6969
commands = python ./make_base.py{% if nightly_deps %} --nightly {{nightly_deps}}{% endif %}
70-
pip-compile-multi -d . --backtracking
70+
pip-compile-multi -d . --backtracking --annotate-index

0 commit comments

Comments
 (0)