Skip to content

Commit 1569448

Browse files
committed
fix(hook-timeseries-chronix-conversion): build pipeline
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
1 parent 6760680 commit 1569448

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)