ci: remove pyserial install

This is now installed in the docker image.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-05-07 08:16:23 -05:00 committed by Anas Nashif
parent 61e2163ec9
commit 10776c4467

View file

@ -36,7 +36,6 @@ build:
fi
- source zephyr-env.sh
- ccache -c -s --max-size=2000M
- pip3 install --user pyserial
- >
if [ "$MATRIX_BUILD" = "5" -a "$IS_PULL_REQUEST" = "true" ]; then
export COMMIT_RANGE=origin/${PULL_REQUEST_BASE_BRANCH}..HEAD