From 0434a0a07bedb4bb07ccd34ec4c1cc72c4bda316 Mon Sep 17 00:00:00 2001 From: p2oql4fvh <1527210260@qq.com> Date: Tue, 29 Mar 2022 10:16:40 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 46f29a9..1a181ad 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,7 +9,8 @@ steps: - name: default image: python commands: - - pip install numpy + - pip install numpy + - pytest trigger: branch: - master