From 65cb85a887edd2aacc65d762c849fa4376f55cfa Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Mon, 15 Jul 2019 14:29:47 +0200 Subject: [PATCH] ci: fix building of pygraphviz --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 216837bc..5c6a6ed2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ test: stage: test script: - apt-get update - - apt-get install -y gettext python3-xapian + - apt-get install -y gettext python3-xapian libgraphviz-dev - pushd /usr/lib/python3/dist-packages/xapian && ln -s _xapian* _xapian.so && popd - export PYTHONPATH="/usr/lib/python3/dist-packages:$PYTHONPATH" - python -c 'import xapian' # Fail immediately if there is a problem with xapian