mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 08:18:58 -05:00
CI: Use pip install to grab all deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user