Skip to content

Commit ddad15c

Browse files
committed
build: update dependencies for Espressif IDF setup
Added installation of additional Python packages (minify-html, jsmin, sh, requests-cache) for improved functionality in the Espressif IDF environment. Signed-off-by: Chiho Sin <[email protected]>
1 parent 6b9f495 commit ddad15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if [[ ${CPY_PORT} == "espressif" ]]; then
3232
/workspace/ports/espressif/esp-idf/install.sh
3333
# trunk-ignore(shellcheck/SC1091)
3434
source "${IDF_PATH}/export.sh"
35+
pip3 install --upgrade minify-html jsmin sh requests-cache
3536
fi
3637

3738
make -j"${JOBS}" -C mpy-cross

0 commit comments

Comments
 (0)