chore: separate the compilation and dependency install
This commit is contained in:
@@ -40,6 +40,10 @@ jobs:
|
||||
pip install -r ./requirements.txt
|
||||
pip install pyinstaller
|
||||
|
||||
- name: Compile the python binary
|
||||
run: |
|
||||
cd ./meshbook
|
||||
|
||||
pyinstaller \
|
||||
--onefile \
|
||||
--name meshbook \
|
||||
|
||||
Reference in New Issue
Block a user