From 2ffc1863b3f650229acc2307643d7766a6db9a4b Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 00:38:36 +0800 Subject: [PATCH] test-ci --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 92694cf..20dd28c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,9 +14,11 @@ steps: # 定义管道的执行步骤 - name: "测试Python用例" image: "lzwang/python3.10:tsinghua" commands: + - pip install --upgrade pip - pip -V - python -V - pip install -r ./python/requirements.txt + - python ./python/hello.py - name: "测试微信推送"