We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d069435 commit 4f500bbCopy full SHA for 4f500bb
.github/workflows/build_py_tools.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install dependencies
48
run: |
49
python -m pip install --upgrade pip
50
- pip install pyinstaller
+ pip install pyinstaller requests
51
- name: Build with PyInstaller
52
53
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=.github/pytools/espressif.ico tools/get.py
0 commit comments