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