From 5befab129b9d775a405017a8b5d65210e166f95c Mon Sep 17 00:00:00 2001 From: Ilan Piperno Date: Tue, 9 Jul 2019 10:49:57 +0200 Subject: [PATCH] Changement in config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f166927..cb3a1db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,6 +62,11 @@ jobs: echo -e "[pypi]" >> ~/.pypirc echo -e "username = lumapps" >> ~/.pypirc echo -e "password = $pypi_password" >> ~/.pypirc + - run: + name: Install CircleCI-specific dependencies + command: | + sudo apt update + sudo apt install -y libenchant1c2a - run: name: Install the project dependencies command: make init