Merge pull request #14361 from danfengliu/remove-python3.7-in-ci-installation

Remove python3.7 deployment in CI installtion phase.
This commit is contained in:
Daniel Jiang 2021-03-04 15:42:45 +08:00 committed by GitHub
commit d36994b8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ python --version
pip -V
cat /etc/issue
cat /proc/version
sudo apt-get update -y && sudo apt-get install -y zbar-tools libzbar-dev python-zbar python3.7
sudo rm /usr/bin/python && sudo ln -s /usr/bin/python3.7 /usr/bin/python
sudo apt-get install -y python3-pip
pip -V
sudo -H pip install --ignore-installed urllib3 chardet requests --upgrade
python --version