Skip to content

Commit

Permalink
CI: CI Docker adds Python package installation
Browse files Browse the repository at this point in the history
Signed-off-by: wangmingrong1 <[email protected]>
  • Loading branch information
W-M-R committed Oct 11, 2024
1 parent 54e4925 commit df319dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ RUN pip3 install cmake-format
RUN pip3 install cvt2utf
# Install pytest
RUN pip3 install cxxfilt
RUN pip3 install construct
RUN pip3 install esptool==4.8.dev4
RUN pip3 install imgtool
RUN pip3 install kconfiglib
Expand Down
1 change: 1 addition & 0 deletions tools/ci/platforms/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ python_tools() {

pip3 install \
cmake-format \
construct \
cvt2utf \
cxxfilt \
esptool==4.8.dev4 \
Expand Down
1 change: 1 addition & 0 deletions tools/ci/platforms/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ python_tools() {
pip3 install \
cmake-format \
CodeChecker \
construct \
cvt2utf \
cxxfilt \
esptool==4.8.dev4 \
Expand Down
1 change: 1 addition & 0 deletions tools/ci/platforms/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ python_tools() {
pip3 install \
cmake-format \
CodeChecker \
construct \
cvt2utf \
cxxfilt \
esptool==4.8.dev4 \
Expand Down

0 comments on commit df319dc

Please sign in to comment.