activate environment for pyinstaller

pull/481/head
Holger Müller 2022-03-17 18:45:59 +01:00
rodzic eb3a1f6c52
commit 810baf1777
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,8 +26,8 @@ jobs:
pip install PyInstaller==4.10
- name: Build binary
run: |
. build/bin/activate
pyinstaller --onefile -n nanovna-saver nanovna-saver.py
- name: Archive production artifacts
uses: actions/upload-artifact@v1
with: