From 3523ce5de86f74f43406155736f32d4f4211dd35 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 17:24:12 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6bce15..326a481 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,11 @@ platform: arch: arm64 steps: -- name: 编译构建 +- name: pip image: python:3 commands: - - echo hello + - pip install -r requirements.txt + - pytest trigger: branch: