From de76132a7551162ac761f963d7a9a6a4c6a37ab5 Mon Sep 17 00:00:00 2001 From: Charl Smit Date: Thu, 11 Apr 2024 11:28:34 +0200 Subject: [PATCH] Install packages --- .github/workflows/release_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_actions.yml b/.github/workflows/release_actions.yml index faf1c7b..14eb494 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -18,6 +18,8 @@ jobs: - name: Generate exe shell: pwsh run: | + pip install commcare-export + pip install -r build_exe/requirements.txt pyinstaller --dist ./dist/windows commcare-export.spec - name: Upload release assets