legacy: simplify pipenv install in script/fullbuild

pull/110/head
Pavol Rusnak 5 years ago
parent aae1be4914
commit 659feca7e1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save