# HG changeset patch # User Mike Miller # Date 1493868730 25200 # Node ID ee6afd27a78c3e589882f0bf9e7150524ec4fb60 # Parent 4f415a887ff88f09bb32666276f8d44034221519 ci: install NumPy again to fix test failure for now * bitbucket-pipelines.yml: Install python-numpy and python3-numpy again. diff -r 4f415a887ff8 -r ee6afd27a78c bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml Wed May 03 16:58:00 2017 -0700 +++ b/bitbucket-pipelines.yml Wed May 03 20:32:10 2017 -0700 @@ -6,7 +6,7 @@ script: - apt-get update - apt-get install -y python-dev python3-dev - - apt-get install -y libboost-python-dev + - apt-get install -y libboost-python-dev python-numpy python3-numpy - autoreconf -i - mkdir -p py2 py3 - ( cd py2 && ../configure PYTHON_VERSION=2 )