chore(fdroid): Download Python deps correctly

This commit is contained in:
Artem Chepurnyi 2024-10-17 15:54:24 +03:00 committed by GitHub
parent 77b8f6c6ee
commit e3ccc5b909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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