From ce99ee9e2396f77aa7a13b04774fefa73e5646e1 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 01:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Python=20UT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 491bd48..fd6c414 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,8 @@ steps: - python -V - pip install -r ./python/requirements.txt - python ./python/hello.py - - pytest ./python/test_demo.py + - pwd + - pytest ${PWD}/python/test_demo.py - name: "CI失败 微信推送"