From 5f68257accdac030cb525222da78f51561491225 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 01:32:44 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ea3926a..1f731f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - pip install -r ./python/requirements.txt # - python ./python/hello.py - pwd + - ls -la - pytest $(pwd)/python/test_demo.py