cl.install: mrkd fallback when building master

This commit is contained in:
openoms
2021-10-01 10:35:05 +01:00
parent 4149d5d4cf
commit 979c4af4ef

View File

@@ -127,7 +127,10 @@ if [ "$1" = on ]||[ "$1" = update ]||[ "$1" = testPR ];then
echo "Installing additional dependencies"
sudo apt-get install -y valgrind python3-pip libpq-dev
sudo pip3 install -r requirements.txt
if ! sudo pip3 install -r requirements.txt; then
# just in case building the requirements fails
sudo pip3 install mrkd
fi
echo "# Building with EXPERIMENTAL_FEATURES enabled"
echo