Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed May 22, 2020
1 parent e89ed13 commit 37f94f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -76,7 +76,7 @@ install:

- if [[ "$TRAVIS_PYTHON_VERSION" == "3.8" ]]; then
conda install nlopt mpi4py scipy mpich;
export PETSC_CONFIGURE_OPTIONS='--with-batch';
export PETSC_CONFIGURE_OPTIONS='--with-mpi=0 --with-batch';
pip install petsc petsc4py;
else
conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI;
Expand Down

0 comments on commit 37f94f8

Please sign in to comment.