mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
legacy: simplify pipenv install in script/fullbuild
This commit is contained in:
parent
aae1be4914
commit
659feca7e1
@ -50,11 +50,7 @@ worktree_build() {
|
||||
fi
|
||||
|
||||
pushd $path/$MCU_ROOT
|
||||
if ! pipenv install; then
|
||||
# older tags can fail because they don't have protobuf in Pipfile
|
||||
pipenv run pip install "protobuf==3.4.0"
|
||||
pipenv install
|
||||
fi
|
||||
pipenv install
|
||||
pipenv run script/cibuild
|
||||
popd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user