Skip to content

Commit ca2357f

Browse files
committed
force pip reinstall
1 parent 945abd8 commit ca2357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def task_pipcompile():
257257
yield {
258258
"name": "install-pip-tools",
259259
"actions": [
260-
rf"{env_src_cmd}python3 -m pip install 'pip<25.3'", # necessary due to bug
260+
rf"{env_src_cmd}python3 -m pip install --force-reinstall 'pip<25.3'", # necessary due to bug
261261
f"{env_src_cmd}python3 -m pip install pip-tools",
262262
],
263263
"uptodate": [f"{env_src_cmd}pip show pip-tools"],

0 commit comments

Comments
 (0)