We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad00a commit a57942bCopy full SHA for a57942b
test/setup_environment.sh
@@ -197,8 +197,8 @@ if [[ -n ${build_bitbox01} ]]; then
197
fi
198
199
if [[ -n ${build_keepkey} ]]; then
200
- poetry run pip install protobuf
201
- pip install protobuf
+ poetry run pip install protobuf grpcio
+ pip install protobuf grpcio
202
# Clone keepkey firmware if it doesn't exist, or update it if it does
203
keepkey_setup_needed=false
204
if [ ! -d "keepkey-firmware" ]; then
0 commit comments