From 98a9fb034c5e172a6dfacfb39c4d413b7f5c9d95 Mon Sep 17 00:00:00 2001 From: David C Ellis Date: Fri, 27 Sep 2024 16:22:34 +0100 Subject: [PATCH] Include build dependencies for building the exe! --- .github/workflows/build-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index f16e578..166c416 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -20,7 +20,7 @@ jobs: - name: Install the module run: | python -m pip install --upgrade pip - python -m pip install . + python -m pip install .[build] - name: Build the application run: | python application/setup.py build