From 359eb99b10fc6e502cf5609c8ea06e85497bb28a Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 6 May 2026 02:29:21 +0900 Subject: [PATCH] Update pipeline Build example-components --- .harness/pipelines/example-components-1778002057572.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.harness/pipelines/example-components-1778002057572.yaml b/.harness/pipelines/example-components-1778002057572.yaml index 980ae67..296b614 100644 --- a/.harness/pipelines/example-components-1778002057572.yaml +++ b/.harness/pipelines/example-components-1778002057572.yaml @@ -19,6 +19,13 @@ pipeline: spec: shell: Sh command: echo "Welcome to Harness CI" + - step: + type: Run + name: Install deps + identifier: Install_Deps + spec: + shell: Sh + command: pip install -r requirements.txt platform: os: Linux arch: Amd64