Skip to content

Commit 0c8d69f

Browse files
authored
Merge pull request #11268 from geekosaur/pip-25.3-bug
work around apparent pip 25.3 bug
2 parents f3c0e07 + 0322712 commit 0c8d69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build-and-check-requirements: requirements.txt check-requirements
5757
# See https://modelpredict.com/wht-requirements-txt-is-not-enough
5858
requirements.txt: requirements.in $(PYTHON_VIRTUALENV_ACTIVATE)
5959
. $(PYTHON_VIRTUALENV_ACTIVATE) \
60-
&& pip install --upgrade pip \
60+
&& pip install --upgrade 'pip!=25.3' \
6161
&& pip install pip-tools \
6262
&& pip-compile requirements.in
6363

0 commit comments

Comments
 (0)