chore(fdroid): Setup Python correctly
This commit is contained in:
parent
8f6d527a42
commit
77b8f6c6ee
@ -20,13 +20,15 @@ jobs:
|
|||||||
lfs: true
|
lfs: true
|
||||||
path: deploy_fdroid
|
path: deploy_fdroid
|
||||||
token: ${{ secrets.DEPLOY_FDROID_GITHUB_TOKEN }}
|
token: ${{ secrets.DEPLOY_FDROID_GITHUB_TOKEN }}
|
||||||
|
- name: "Prepare dependencies declaration"
|
||||||
|
run: |
|
||||||
|
mv .github/deploy_fdroid.requirements.txt requirements.txt
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: "Download dependencies"
|
- name: "Download dependencies"
|
||||||
run: |
|
run: |
|
||||||
pip install -r .github/deploy_fdroid.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…
x
Reference in New Issue
Block a user