We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3705788 commit 319ea95Copy full SHA for 319ea95
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -85,8 +85,6 @@ pipeline:
85
image: python:3.7.16-alpine
86
shell: Sh
87
command: |-
88
- apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
89
-
90
# Upgrade pip
91
pip install --upgrade pip
92
@@ -104,6 +102,8 @@ pipeline:
104
102
105
103
106
+ apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
+
107
# Run pytest with JUnit XML report output
108
cd /harness
109
pip install aiohttp==3.8.4
0 commit comments