Skip to content

Commit 7499528

Browse files
author
Andrew Slotin
authored
Install couchbase header files while running python3.6 build on CI (#216)
1 parent eade934 commit 7499528

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ jobs:
236236
command: |
237237
sudo apt-get update
238238
sudo apt install lsb-release -y
239+
curl -O https://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-6-amd64.deb
240+
sudo dpkg -i ./couchbase-release-1.0-6-amd64.deb
241+
sudo apt-get update
242+
sudo apt install libcouchbase-dev -y
239243
python -m venv venv
240244
. venv/bin/activate
241245
pip install -U pip

0 commit comments

Comments
 (0)