Fix build workflow
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install -r PyInstaller
|
||||
- name: Run PyInstaller
|
||||
run: |
|
||||
python -m PyInstaller epson_print_conf.spec -- --default
|
||||
|
||||
Reference in New Issue
Block a user