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