Skip to content

Commit 86ebe74

Browse files
committed
Update pipeline python-client
1 parent eeaa3fb commit 86ebe74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ pipeline:
6262
command: |-
6363
apk update
6464
apk add --no-cache krb5-dev musl-dev libffi-dev build-base
65-
apk add --no-cache redis
66-
redis-server /etc/redis.conf
6765
6866
# Run pytest with JUnit XML report output
6967
cd /harness
@@ -73,6 +71,10 @@ pipeline:
7371
pip install aiohttp==3.8.4
7472
pip install cryptography==45.0.7
7573
pip install pycparser==2.21
74+
75+
apk --update add redis
76+
redis-server /etc/redis.conf
77+
7678
pip install redis==5.0.8
7779
python setup.py test
7880
envVariables:

0 commit comments

Comments
 (0)