From 1d810f82ffc48be44539078577f0585432a036f5 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 01:37:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a9d2c9e..66e8d83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - pwd - ls -la - python ./python/hello.py - - pytest $(pwd)/python/test_demo.py + - pytest ./python/test_demo.py - name: "CI失败 微信推送"