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