From e2f8b44617213f0ef4d1ebde6d17262096317e16 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 May 2021 16:36:09 +0800 Subject: [PATCH] test --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 07d31cb118..fac8efc0bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,6 @@ steps: commands: - apt-get update - apt-get install -y cmake build-essential - - pip3 install psutil - - pip3 install guppy3 - - pip3 install src/connector/python/linux/python3/ - mkdir debug - cd debug - cmake ..