Skip to content

Commit

Permalink
FIX add pyjexl to CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Feb 12, 2024
1 parent 9dfdccc commit 726dc9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/deb/build-dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ echo "INSTALL: MongoDB shell" \
&& apt-get -y update \
&& apt-get -y install mongodb-mongosh

# pyjexl is needed by Context Broker functionality, the others are for ftest suite
echo "INSTALL: python special dependencies" \
&& cd /opt \
&& python3 -m venv /opt/ft_env \
Expand All @@ -63,6 +64,7 @@ echo "INSTALL: python special dependencies" \
&& pip install Werkzeug==2.0.2 \
&& pip install paho-mqtt==1.6.1 \
&& pip install amqtt==0.11.0b1 \
&& pip install pyjexl==0.3.0 \
&& deactivate

# Recommended setting for DENABLE_AUTOMATIC_INIT_AND_CLEANUP, to be removed in 2.0.0
Expand Down

0 comments on commit 726dc9c

Please sign in to comment.