mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Make sure numpy gets upgraded on Travis
This commit is contained in:
parent
0b6d25f758
commit
450359ac87
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue