File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
.harness/orgs/PROD/projects/Harness_Split/pipelines Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments