File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ function cirquetest_bootstrap() {
114
114
set -ex
115
115
116
116
cd " $REPO_DIR " /third_party/cirque/repo
117
- pip3 uninstall -y setuptools
118
- pip3 install setuptools==65.7.0
119
- pip3 install pycodestyle==2.5.0 wheel
117
+ pip3 uninstall -y setuptools --break-system-packages
118
+ pip3 install --break-system-packages setuptools==65.7.0
119
+ pip3 install --break-system-packages pycodestyle==2.5.0 wheel
120
120
121
121
make NO_GRPC=1 install -j
122
122
@@ -125,7 +125,7 @@ function cirquetest_bootstrap() {
125
125
" $REPO_DIR " /integrations/docker/images/stage-2/chip-cirque-device-base/build.sh --build-arg OT_BR_POSIX_CHECKOUT=" $OT_BR_POSIX_CHECKOUT "
126
126
127
127
__cirquetest_build_ot_lazy
128
- pip3 install -r requirements_nogrpc.txt
128
+ pip3 install --break-system-packages - r requirements_nogrpc.txt
129
129
130
130
echo " OpenThread Version: $OPENTHREAD_CHECKOUT "
131
131
echo " ot-br-posix Version: $OT_BR_POSIX_CHECKOUT "
You can’t perform that action at this time.
0 commit comments