1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add install python

This commit is contained in:
gaoyunpeng 2019-01-04 17:51:45 +08:00
parent de3a093be9
commit 8b8008889f

View File

@ -29,7 +29,7 @@ jobs:
name: "look and install python"
command: |
python -V
sudo bash -c "yes | add-apt-repository ppa:jonathonf/python-3.6 && apt-get update && apt-get install -y python3.6"
bash -c "yes | add-apt-repository ppa:jonathonf/python-3.6 && apt-get update && apt-get install -y python3.6"
python -V
- run:
name: "Aggregate test results"