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: