Skip to content

Commit 319ea95

Browse files
committed
Update pipeline python-client
1 parent 3705788 commit 319ea95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ pipeline:
8585
image: python:3.7.16-alpine
8686
shell: Sh
8787
command: |-
88-
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
89-
9088
# Upgrade pip
9189
pip install --upgrade pip
9290
@@ -104,6 +102,8 @@ pipeline:
104102
image: python:3.7.16-alpine
105103
shell: Sh
106104
command: |-
105+
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
106+
107107
# Run pytest with JUnit XML report output
108108
cd /harness
109109
pip install aiohttp==3.8.4

0 commit comments

Comments
 (0)