未验证 提交 4953e760 编写于 作者: W wuzewu 提交者: GitHub

fix ci issue

上级 2989526c
...@@ -12,7 +12,6 @@ jobs: ...@@ -12,7 +12,6 @@ jobs:
- name: "CI on MacOS/Python3.6" - name: "CI on MacOS/Python3.6"
os: osx os: osx
language: shell language: shell
env: TRAVIS_PYTHON_VERSION=3.6
- name: "CI on Linux/Python3.6" - name: "CI on Linux/Python3.6"
os: linux os: linux
python: 3.6 python: 3.6
...@@ -22,8 +21,12 @@ env: ...@@ -22,8 +21,12 @@ env:
- PYTHONPATH=${PWD} - PYTHONPATH=${PWD}
install: install:
- pip install --upgrade paddlepaddle - if [[ $TRAVIS_OS_NAME == osx ]]; then
- pip install -r requirements.txt pip3 install --upgrade paddlepaddle
pip3 install -r requirements.txt
else
pip install --upgrade paddlepaddle
pip install -r requirements.txt
notifications: notifications:
email: email:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册