Try upgrading pip to avoid race condition breaking Python 3.4 builds

This commit is contained in:
Paul Romano 2018-08-02 14:28:15 -05:00
parent 1615f205fb
commit 7c6b6911a2

View file

@ -4,6 +4,9 @@ set -ex
# Install NJOY 2016
./tools/ci/travis-install-njoy.sh
# Upgrade pip before doing anything else
pip install --upgrade pip
# Running OpenMC's setup.py requires numpy/cython already. NumPy float
# formatting changed in version 1.14, so stick with a lower version until we can
# handle it in our test suite