diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 8cdd379e..04ba1df2 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,6 +6,10 @@ platform: os: linux arch: amd64 steps: +- name: 编译构建 + image: python + commands: + - pip install -r requirements.txt - name: Node编译 image: node commands: