Activate environment before running python commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user