chore(fdroid): Setup Python correctly

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

View File

@ -20,13 +20,15 @@ jobs:
lfs: true
path: deploy_fdroid
token: ${{ secrets.DEPLOY_FDROID_GITHUB_TOKEN }}
- name: "Prepare dependencies declaration"
run: |
mv .github/deploy_fdroid.requirements.txt requirements.txt
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: "Download dependencies"
run: |
pip install -r .github/deploy_fdroid.requirements.txt
pip install git+https://gitlab.com/fdroid/fdroidserver.git
- name: "Prepare env"
working-directory: ./deploy_fdroid