From 94da47be1ae22177f723195755eedbf752c1cbc4 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 3 Mar 2023 10:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= 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 cd85b56..f38c241 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: - name: test image: python:3 commands: + - pip install xlwt - python run_excel_re.py - ls -lR test_Report - cp -r test_Report/* /tmp/cache