chore: separate the compilation and dependency install
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user