1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Install [test] dependencies when running complete-ci-tests

This commit is contained in:
Benedikt Brückmann 2021-02-08 11:54:12 +01:00
parent b1bde9e407
commit 23931e6818

View File

@ -66,7 +66,7 @@ cd $WORKSPACE
rm -rf $WORKSPACE/env
pyvenv $WORKSPACE/env
. $WORKSPACE/env/bin/activate
pip3 install --quiet -e $WORKSPACE
pip3 install --quiet -e $WORKSPACE[test]
python3 setup.py compile_catalog install
# make sure translation files were installed