Skip to content

Commit

Permalink
[CI] Force reinstall mercurial
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 11, 2024
1 parent d3c3da8 commit 3e7db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def install(self):
python = "python3"
else:
python = "python2.7"
return ["{} -m pip install {}".format(python, filename)]
return ["{} -m pip install --force-reinstall {}".format(python, filename)]


def install_rust(version="1.82.0", target="x86_64-unknown-linux-gnu"):
Expand Down

0 comments on commit 3e7db71

Please sign in to comment.