Spaces:
Paused
Paused
Mirrowel commited on
Commit ·
eae6dc2
1
Parent(s): 5bfdc95
feat: Install pyinstaller as part of the build workflow
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -26,6 +26,7 @@ jobs:
|
|
| 26 |
run: |
|
| 27 |
python -m pip install --upgrade pip
|
| 28 |
pip install -r requirements.txt
|
|
|
|
| 29 |
|
| 30 |
- name: Build executable
|
| 31 |
working-directory: src/proxy_app
|
|
|
|
| 26 |
run: |
|
| 27 |
python -m pip install --upgrade pip
|
| 28 |
pip install -r requirements.txt
|
| 29 |
+
pip install pyinstaller
|
| 30 |
|
| 31 |
- name: Build executable
|
| 32 |
working-directory: src/proxy_app
|