From 908bebadf659f4862a914c8bbd3defe35dd7fd43 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 3 Aug 2022 16:36:51 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: