summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2021-10-26 14:26:44 -0400
committerIlya Maximets <i.maximets@ovn.org>2021-10-26 21:43:09 +0200
commit4bd37558104b5d8376c52d5d11ced67a18d51aa4 (patch)
treeec9791e68d0b28bad0d79a7b4e11a9730d1ec35f /.ci
parentfa2bc2bb7c05c6b2d72be58b146d379cf3cc10cf (diff)
downloadopenvswitch-4bd37558104b5d8376c52d5d11ced67a18d51aa4.tar.gz
ci: Make linux-prepare trust system installs.
Recently, the github actions CI environment has been broken due to an incompatibility between sphinx-build and the docutils python package. The pip3 install command will upgrade docutils to an incompatible version. Since we install sphinx via pip3, it will always install an appropriate version of docutils package. By forcing the upgrade, we created a broken situation. Remove the upgrade command and trust pip3. Signed-off-by: Aaron Conole <aconole@redhat.com> Reported-by: Ilya Maximets <i.maximets@ovn.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux-prepare.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index c55125cf7..e4d2a187e 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -22,7 +22,6 @@ cd ..
pip3 install --disable-pip-version-check --user \
flake8 hacking sphinx pyOpenSSL wheel setuptools
-pip3 install --user --upgrade docutils
pip3 install --user 'meson==0.47.1'
if [ "$M32" ]; then