CI: add python-yaml dependency
This commit is contained in:
parent
803efe7a21
commit
761f923fb7
|
@ -1,7 +1,7 @@
|
|||
before_script:
|
||||
- apt-get -q update -y
|
||||
- echo " == Installing required packages"
|
||||
- apt-get -q install -y python
|
||||
- apt-get -q install -y python python-yaml
|
||||
- echo " == Cloning fdroidserver"
|
||||
- test -d fdroidserver && rm -rf fdroidserver
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
|
||||
|
|
Loading…
Reference in a new issue