chore(fdroid): Download Python deps correctly
This commit is contained in:
parent
77b8f6c6ee
commit
e3ccc5b909
|
@ -29,6 +29,7 @@ jobs:
|
|||
cache: 'pip'
|
||||
- name: "Download dependencies"
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install git+https://gitlab.com/fdroid/fdroidserver.git
|
||||
- name: "Prepare env"
|
||||
working-directory: ./deploy_fdroid
|
||||
|
|
Loading…
Reference in New Issue