chore: separate the compilation and dependency install

This commit is contained in:
DaanSelen
2026-03-30 13:09:19 +02:00
parent d1fa0ba337
commit 508a0bf91a
+4
View File
@@ -40,6 +40,10 @@ jobs:
pip install -r ./requirements.txt pip install -r ./requirements.txt
pip install pyinstaller pip install pyinstaller
- name: Compile the python binary
run: |
cd ./meshbook
pyinstaller \ pyinstaller \
--onefile \ --onefile \
--name meshbook \ --name meshbook \