Skip to content

Commit

Permalink
lock the pip related tool versions (#24480)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and pull[bot] committed Oct 5, 2023
1 parent f574f85 commit 4690865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-cirque/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy \
sudo socat psmisc tigervnc-standalone-server xorg xauth \
python3-pip python3-venv python3-setuptools libdbus-glib-1-dev \
python3-pip python3-venv libdbus-glib-1-dev \
uuid-runtime libgirepository1.0-dev \
&& : # aids diffs

Expand Down
3 changes: 3 additions & 0 deletions scripts/tests/cirque_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ function cirquetest_bootstrap() {
set -ex

cd "$REPO_DIR"/third_party/cirque/repo
pip3 uninstall -y setuptools
pip3 install setuptools==65.7.0
pip3 install pycodestyle==2.5.0 wheel

make NO_GRPC=1 install -j

"$REPO_DIR"/integrations/docker/ci-only-images/chip-cirque-device-base/build.sh
Expand Down

0 comments on commit 4690865

Please sign in to comment.