chore(fdroid): Setup Python correctly
This commit is contained in:
parent
8f6d527a42
commit
77b8f6c6ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue