We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945abd8 commit ca2357fCopy full SHA for ca2357f
dodo.py
@@ -257,7 +257,7 @@ def task_pipcompile():
257
yield {
258
"name": "install-pip-tools",
259
"actions": [
260
- rf"{env_src_cmd}python3 -m pip install 'pip<25.3'", # necessary due to bug
+ rf"{env_src_cmd}python3 -m pip install --force-reinstall 'pip<25.3'", # necessary due to bug
261
f"{env_src_cmd}python3 -m pip install pip-tools",
262
],
263
"uptodate": [f"{env_src_cmd}pip show pip-tools"],
0 commit comments