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
1 changed files with 1 additions and 1 deletions

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