Activate environment before running python commands

This commit is contained in:
2026-03-12 15:47:22 +01:00
parent 36c43f7ecb
commit 4ffb988bac
+1
View File
@@ -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