[TD-4205]<fix>: fix drone ci error
This commit is contained in:
parent
27ac73a41b
commit
cf902d1750
|
@ -14,7 +14,7 @@ steps:
|
||||||
- apt-get install -y cmake build-essential gcc
|
- apt-get install -y cmake build-essential gcc
|
||||||
- pip3 install psutil
|
- pip3 install psutil
|
||||||
- pip3 install guppy3
|
- pip3 install guppy3
|
||||||
- pip3 install src/connector/python/linux/python3/
|
- pip3 install src/connector/python/
|
||||||
- mkdir debug
|
- mkdir debug
|
||||||
- cd debug
|
- cd debug
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- pip3 install requests
|
- pip3 install requests
|
||||||
- pip3 install src/connector/python/linux/python3/
|
- pip3 install src/connector/python/
|
||||||
- pip3 install psutil
|
- pip3 install psutil
|
||||||
- pip3 install guppy3
|
- pip3 install guppy3
|
||||||
- cd tests/pytest
|
- cd tests/pytest
|
||||||
|
|
Loading…
Reference in New Issue