mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Try upgrading pip to avoid race condition breaking Python 3.4 builds
This commit is contained in:
parent
1615f205fb
commit
7c6b6911a2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue