mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue