We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12c9fb commit cd0b558Copy full SHA for cd0b558
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -89,7 +89,6 @@ pipeline:
89
pip install --upgrade pip
90
91
pip install -U setuptools pip wheel
92
- pip install aiohttp==3.8.4
93
94
echo "Python dependencies installed successfully"
95
timeout: 10m
@@ -105,6 +104,7 @@ pipeline:
105
104
command: |-
106
# Run pytest with JUnit XML report output
107
cd /harness
+ pip install aiohttp==3.8.4
108
python setup.py test
109
envVariables:
110
PYTHONPATH: ${PYTHONPATH}:.
0 commit comments