We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaa3fb commit 86ebe74Copy full SHA for 86ebe74
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -62,8 +62,6 @@ pipeline:
62
command: |-
63
apk update
64
apk add --no-cache krb5-dev musl-dev libffi-dev build-base
65
- apk add --no-cache redis
66
- redis-server /etc/redis.conf
67
68
# Run pytest with JUnit XML report output
69
cd /harness
@@ -73,6 +71,10 @@ pipeline:
73
71
pip install aiohttp==3.8.4
74
72
pip install cryptography==45.0.7
75
pip install pycparser==2.21
+
+ apk --update add redis
76
+ redis-server /etc/redis.conf
77
78
pip install redis==5.0.8
79
python setup.py test
80
envVariables:
0 commit comments