Skip to content

Commit 4f500bb

Browse files
committed
Update build_py_tools.yml
1 parent d069435 commit 4f500bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
python -m pip install --upgrade pip
50-
pip install pyinstaller
50+
pip install pyinstaller requests
5151
- name: Build with PyInstaller
5252
run: |
5353
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=.github/pytools/espressif.ico tools/get.py

0 commit comments

Comments
 (0)