Skip to content

Commit 942740c

Browse files
Calvin Kattstv0g
authored andcommitted
fix(packaging/deps): Use fixed pip version instead of latest
Signed-off-by: Calvin Katt <calvin.katt@rwth-aachen.de>
1 parent 98c5a96 commit 942740c

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)