Skip to content

Commit a97cf4f

Browse files
committed
Update pipeline python-client
1 parent 10bb79c commit a97cf4f

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,6 @@ pipeline:
7676
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
7777
gcc -v
7878
timeout: 10m
79-
- step:
80-
type: Run
81-
name: Install Python Dependencies
82-
identifier: install_python_dependencies
83-
spec:
84-
connectorRef: account.harnessImage
85-
image: python:3.7.16-alpine
86-
shell: Sh
87-
command: |-
88-
# Upgrade pip
89-
pip install --upgrade pip
90-
91-
pip install -U setuptools pip wheel
92-
93-
echo "Python dependencies installed successfully"
94-
timeout: 10m
9579
- step:
9680
type: Test
9781
name: Run Python Tests
@@ -106,7 +90,9 @@ pipeline:
10690
10791
# Run pytest with JUnit XML report output
10892
cd /harness
109-
pip install Cython
93+
pip install --upgrade pip
94+
pip install -U setuptools pip wheel
95+
pip install Cython==3.0.12
11096
pip install aiohttp==3.8.4
11197
pip install cryptography==45.0.7
11298
pip install pycparser==2.21

0 commit comments

Comments
 (0)