From 4ffb988bac0494193916fc3159ca8c1bed4bc6c0 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 12 Mar 2026 15:47:22 +0100 Subject: [PATCH] Activate environment before running python commands --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf4ae2a..68a7337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,6 +145,7 @@ jobs: } - name: Build with pyinstaller run: | + micromamba activate eos_build pyinstaller windows_build.spec cd dist\eos Compress-Archive -Path .\* -Destination ..\..\eos.zip