Make sure numpy gets upgraded on Travis

This commit is contained in:
Paul Romano 2019-01-18 08:25:58 -06:00
parent 0b6d25f758
commit 450359ac87

View file

@ -9,11 +9,10 @@ if [[ $DAGMC = 'y' ]]; then
./tools/ci/travis-install-dagmc.sh
fi
# Upgrade pip before doing anything else
# Upgrade pip, pytest, numpy before doing anything else
pip install --upgrade pip
# pytest installed by default -- make sure we get latest
pip install --upgrade pytest
pip install --upgrade numpy
# Install mpi4py for MPI configurations
if [[ $MPI == 'y' ]]; then