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