This commit is contained in:
liuyq-617 2021-05-06 15:23:25 +08:00
parent 5d5027f820
commit 6bba155857
1 changed files with 1 additions and 2 deletions

View File

@ -24,11 +24,10 @@ steps:
- name: smoke_test
image: python:3.8
commands:
- apt-get update
- apt-get install -y cmake build-essential gcc
- pip3 install psutil
- pip3 install guppy3
- pip3 install src/connector/python/linux/python3/
- mkdir sim/tsim
- cd tests
- ./test-all.sh smoke
when: