From 006c0ac6d140173b1a6a7c8a1b67d0847df800a1 Mon Sep 17 00:00:00 2001 From: Andrey Slotin Date: Fri, 14 Feb 2020 15:00:32 +0100 Subject: [PATCH] Install couchbase header files while running python3.6 build on CI --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4506c09a..6221a0b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -236,6 +236,10 @@ jobs: command: | sudo apt-get update sudo apt install lsb-release -y + curl -O https://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-6-amd64.deb + sudo dpkg -i ./couchbase-release-1.0-6-amd64.deb + sudo apt-get update + sudo apt install libcouchbase-dev -y python -m venv venv . venv/bin/activate pip install -U pip