Skip to content

Commit a57942b

Browse files
committed
fixup! e64d38b
1 parent edad00a commit a57942b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ if [[ -n ${build_bitbox01} ]]; then
197197
fi
198198

199199
if [[ -n ${build_keepkey} ]]; then
200-
poetry run pip install protobuf
201-
pip install protobuf
200+
poetry run pip install protobuf grpcio
201+
pip install protobuf grpcio
202202
# Clone keepkey firmware if it doesn't exist, or update it if it does
203203
keepkey_setup_needed=false
204204
if [ ! -d "keepkey-firmware" ]; then

0 commit comments

Comments
 (0)