diff --git a/.github/workflows/new_release_deploy_fdroid.yml b/.github/workflows/new_release_deploy_fdroid.yml index 0a1d42d4..acec3f84 100644 --- a/.github/workflows/new_release_deploy_fdroid.yml +++ b/.github/workflows/new_release_deploy_fdroid.yml @@ -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