Skip to content

Commit 409534d

Browse files
committed
Merge branch 'harness_pipeline' of https://github.com/splitio/python-client into harness_pipeline
2 parents abc2f4d + cd0b558 commit 409534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pipeline:
8989
pip install --upgrade pip
9090
9191
pip install -U setuptools pip wheel
92-
pip install aiohttp==3.8.4
9392
9493
echo "Python dependencies installed successfully"
9594
timeout: 10m
@@ -105,6 +104,7 @@ pipeline:
105104
command: |-
106105
# Run pytest with JUnit XML report output
107106
cd /harness
107+
pip install aiohttp==3.8.4
108108
python setup.py test
109109
envVariables:
110110
PYTHONPATH: ${PYTHONPATH}:.

0 commit comments

Comments
 (0)