mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 06:41:36 +01:00
Remove python3.7 deployment in CI installtion phase.
Git action work node OS had python3.8 deployed already, so won't necessary to install python3.7 in CI. Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
parent
afd29280ab
commit
85c10c1c31
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user