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
|
fi
|
||||||
|
|
||||||
pushd $path/$MCU_ROOT
|
pushd $path/$MCU_ROOT
|
||||||
if ! pipenv install; then
|
pipenv install
|
||||||
# older tags can fail because they don't have protobuf in Pipfile
|
|
||||||
pipenv run pip install "protobuf==3.4.0"
|
|
||||||
pipenv install
|
|
||||||
fi
|
|
||||||
pipenv run script/cibuild
|
pipenv run script/cibuild
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user