From e3ccc5b909fcc006e954b90df5c3e8036b527f91 Mon Sep 17 00:00:00 2001 From: Artem Chepurnyi Date: Thu, 17 Oct 2024 15:54:24 +0300 Subject: [PATCH] chore(fdroid): Download Python deps correctly --- .github/workflows/new_release_deploy_fdroid.yml | 1 + 1 file changed, 1 insertion(+) 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