Skip to content

Commit ac1b218

Browse files
author
Calvin Katt
committed
fix(packaging/deps): Use fixed pip version instead of latest
Signed-off-by: Calvin Katt <calvin.katt@rwth-aachen.de>
1 parent ea3c222 commit ac1b218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ python3 -m venv ${PIP_PREFIX}
141141
python3 -m pip install \
142142
--prefix=${PIP_PREFIX} \
143143
--upgrade \
144-
pip \
144+
pip==25.3 \
145145
setuptools \
146146

147147
python3 -m pip install \

0 commit comments

Comments
 (0)