mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
CI: Use pip install to grab all deps
This commit is contained in:
parent
a023a235a2
commit
f2681dcb36
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ image: mvdan/fdroid-ci:latest
|
|||
test:
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y python-dev gcc
|
||||
- apt-get install -y python3-dev gcc
|
||||
- pip3 install -e .
|
||||
- cd tests
|
||||
- ./complete-ci-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue