mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Install [test] dependencies when running complete-ci-tests
This commit is contained in:
parent
b1bde9e407
commit
23931e6818
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ cd $WORKSPACE
|
||||||
rm -rf $WORKSPACE/env
|
rm -rf $WORKSPACE/env
|
||||||
pyvenv $WORKSPACE/env
|
pyvenv $WORKSPACE/env
|
||||||
. $WORKSPACE/env/bin/activate
|
. $WORKSPACE/env/bin/activate
|
||||||
pip3 install --quiet -e $WORKSPACE
|
pip3 install --quiet -e $WORKSPACE[test]
|
||||||
python3 setup.py compile_catalog install
|
python3 setup.py compile_catalog install
|
||||||
|
|
||||||
# make sure translation files were installed
|
# make sure translation files were installed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue