[TD-4205]<fix>: fix drone ci error

This commit is contained in:
Huo Linhe 2021-05-15 10:31:30 +08:00
parent 27ac73a41b
commit cf902d1750
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ steps:
- apt-get install -y cmake build-essential gcc
- pip3 install psutil
- pip3 install guppy3
- pip3 install src/connector/python/linux/python3/
- pip3 install src/connector/python/
- mkdir debug
- cd debug
- cmake ..
@ -31,7 +31,7 @@ steps:
image: python:3.8
commands:
- pip3 install requests
- pip3 install src/connector/python/linux/python3/
- pip3 install src/connector/python/
- pip3 install psutil
- pip3 install guppy3
- cd tests/pytest