From c9c8d8c7ee122f46bbea861539136c472c252d7b Mon Sep 17 00:00:00 2001 From: Nicolas Droissart Date: Sat, 16 Jan 2021 05:31:41 +0100 Subject: [PATCH] :heavy_plus_sign: add build tools in config.yml --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a9ca37..d95700b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,6 +31,10 @@ jobs: command: | sudo pip install pipenv pipenv install + name: Install virtual env + - run: + command: sudo apt install libpq-dev python3-dev + name: Install build tools - run: command: pip install -r requirements/dev.txt --user name: Install requirements