From 777b83ce3b21024ef8c67d718e9ef1f2feed8593 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 26 Mar 2019 09:45:46 -0400 Subject: [PATCH] Not sure why the system pandas doesn't work. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63373caaf9..f8291e7b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ matrix: env: CMAKE_OPTIONS="-DDEBUG=OFF -DPROFILE=OFF -DPYTHON_EXECUTABLE=/usr/bin/python3" before_install: - sudo apt-get update - - sudo apt-get install -y --allow-unauthenticated libopenblas-dev liblapack-dev g++ libboost-all-dev python3-pip cython3 python3-numpy python3-pandas - - sudo pip3 install --upgrade --ignore-installed setuptools cython + - sudo apt-get install -y --allow-unauthenticated libopenblas-dev liblapack-dev g++ libboost-all-dev python3-pip cython3 python3-numpy + - sudo pip3 install --upgrade --ignore-installed setuptools cython pandas - curl https://ftp.fau.de/macports/distfiles/armadillo/armadillo-6.500.5.tar.gz | tar xvz && cd armadillo* - cmake . && make && sudo make install && cd .. - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp