Skip to content

Commit 04c2214

Browse files
authored
Merge pull request #244 from scipp/MridulS-patch-2
Pin pip version to 24.2 to avoid absolute paths while resolving deps
2 parents d704227 + cba0396 commit 04c2214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/tox.ini.jinja

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ description = Update dependencies by running pip-compile-multi
6464
deps =
6565
pip-compile-multi
6666
tomli
67+
# Avoid https://github.com/jazzband/pip-tools/issues/2131
68+
pip==24.2
6769
skip_install = true
6870
changedir = requirements
6971
commands = python ./make_base.py{% if nightly_deps %} --nightly {{nightly_deps}}{% endif %}

0 commit comments

Comments
 (0)