Skip to content

Commit

Permalink
Merge pull request #244 from scipp/MridulS-patch-2
Browse files Browse the repository at this point in the history
Pin pip version to 24.2 to avoid absolute paths while resolving deps
  • Loading branch information
MridulS authored Feb 24, 2025
2 parents d704227 + cba0396 commit 04c2214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/tox.ini.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ description = Update dependencies by running pip-compile-multi
deps =
pip-compile-multi
tomli
# Avoid https://github.com/jazzband/pip-tools/issues/2131
pip==24.2
skip_install = true
changedir = requirements
commands = python ./make_base.py{% if nightly_deps %} --nightly {{nightly_deps}}{% endif %}
Expand Down

0 comments on commit 04c2214

Please sign in to comment.