From ab912e67b98e69e64436ae9103edad7d7c6ed568 Mon Sep 17 00:00:00 2001 From: "[6~" Date: Mon, 4 Nov 2019 15:34:36 -0600 Subject: [PATCH] Install pcpp in barvinok build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23802f4..0d25074 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ Python 3 + Barvinok: - python3 -m venv .env - source .env/bin/activate - python -m ensurepip - - pip install cffi + - pip install cffi pcpp - "./build-with-barvinok.sh" tags: - python3 -- GitLab