Skip to content

Commit af06d84

Browse files
committed
satisfy deps that conflict...
1 parent 873383b commit af06d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
sh """
5656
python -m venv venv
5757
. venv/bin/activate
58-
pip install --upgrade pip setuptools wheel newrelic==8.8.0
58+
pip install --upgrade pip setuptools wheel newrelic==8.8.0 pillow==10.3.0
5959
pip install -r requirements/requirements.dev.txt --no-index --find-links ./vendor/
6060
"""
6161
}

0 commit comments

Comments
 (0)